Html Css Color HEX #AB9DCB Biloba Flower

📋 copy color: '#AB9DCB'

red 171 ◦ green 157 ◦ blue 203

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

Shades of Biloba Flower #AB9DCB

Tints of Biloba Flower #AB9DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.57%

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 32.2%
G = 29.57%
B = 38.23%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB9DCB (or 0xAB9DCB) is known color: Biloba Flower. HEX triplet: AB, 9D and CB. RGB value is (171,157,203). Sum of RGB (Red+Green+Blue) = 171+157+203=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DCB is #546234. Grayscale: #A6A6A6. Windows color (decimal): -5530165 or 13344171. OLE color: 13344171.

HSL color Cylindrical-coordinate representation of color #AB9DCB: hue angle of 258.26º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9DCB is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 157 203 -
CMYK 0.16 0.23 0 0.20
HSL 258.26º 0.31% 0.71% -
HSV(B) 258.26º 0.23% 0.8% -
XYZ 39.63 37.08 61.57 -
YUV 166.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 171 157 203 0.16 0.23 0 0.20 258.26 0.31 0.71
Hex AB 9D CB 10 17 0 14 102 1F 47
Octal 253 235 313 20 27 0 24 402 37 107
Binary 10101011 10011101 11001011 10000 10111 0 10100 100000010 11111 1000111

Color Harmonies of #AB9DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DCB

Black with #AB9DCB

Text Example


Text Example

White with #AB9DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DCB; }

 p { color: rgb(171,157,203); }

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

background-color css

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

 a { background-color: rgb(171,157,203); }

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

border-color css

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

 span { border-color: rgb(171,157,203); }

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