Html Css Color HEX #AB9BDC Biloba Flower

📋 copy color: '#AB9BDC'

red 171 ◦ green 155 ◦ blue 220

#AB9BDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AB9BDC

Tints of Biloba Flower #AB9BDC

RGB

 RED value IS 171 (67.19% from 255) = 31.32%

 GREEN value IS 155 (60.94% from 255) = 28.39%

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 31.32%
G = 28.39%
B = 40.29%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB9BDC (or 0xAB9BDC) is known color: Biloba Flower. HEX triplet: AB, 9B and DC. RGB value is (171,155,220). Sum of RGB (Red+Green+Blue) = 171+155+220=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BDC is #546423. Grayscale: #A6A6A6. Windows color (decimal): -5530660 or 14457771. OLE color: 14457771.

HSL color Cylindrical-coordinate representation of color #AB9BDC: hue angle of 254.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9BDC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 155 220 -
CMYK 0.22 0.30 0 0.14
HSL 254.77º 0.48% 0.74% -
HSV(B) 254.77º 0.3% 0.86% -
XYZ 41.43 37.27 72.72 -
YUV 167.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 171 155 220 0.22 0.30 0 0.14 254.77 0.48 0.74
Hex AB 9B DC 16 1E 0 E FF 30 4A
Octal 253 233 334 26 36 0 16 377 60 112
Binary 10101011 10011011 11011100 10110 11110 0 1110 11111111 110000 1001010

Color Harmonies of #AB9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BDC

Black with #AB9BDC

Text Example


Text Example

White with #AB9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BDC; }

 p { color: rgb(171,155,220); }

 H1.HeaderClassName
 {
   color: #AB9BDC;
 }
 .AnyTagClassName
 {
   color: #AB9BDC;
 }
</style>

background-color css

<style>
 a { background-color: #AB9BDC; }

 a { background-color: rgb(171,155,220); }

 div.DivClassName
 {
   background-color: #AB9BDC;
 }
 .BgClassName
 {
   background-color: #AB9BDC;
 }
</style>

border-color css

<style>
 span { border-color: #AB9BDC; }

 span { border-color: rgb(171,155,220); }

 td.TdClassName
 {
   border-color: #AB9BDC;
 }
 .TagClassName
 {
   border-color: #AB9BDC;
 }
</style>