Html Css Color HEX #AB9DCE Biloba Flower

📋 copy color: '#AB9DCE'

red 171 ◦ green 157 ◦ blue 206

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

Shades of Biloba Flower #AB9DCE

Tints of Biloba Flower #AB9DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 32.02%
G = 29.4%
B = 38.58%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB9DCE (or 0xAB9DCE) is known color: Biloba Flower. HEX triplet: AB, 9D and CE. RGB value is (171,157,206). Sum of RGB (Red+Green+Blue) = 171+157+206=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB9DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DCE is #546231. Grayscale: #A6A6A6. Windows color (decimal): -5530162 or 13540779. OLE color: 13540779.

HSL color Cylindrical-coordinate representation of color #AB9DCE: hue angle of 257.14º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB9DCE is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 157 206 -
CMYK 0.17 0.24 0 0.19
HSL 257.14º 0.33% 0.71% -
HSV(B) 257.14º 0.24% 0.81% -
XYZ 39.99 37.23 63.47 -
YUV 166.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 171 157 206 0.17 0.24 0 0.19 257.14 0.33 0.71
Hex AB 9D CE 11 18 0 13 101 21 47
Octal 253 235 316 21 30 0 23 401 41 107
Binary 10101011 10011101 11001110 10001 11000 0 10011 100000001 100001 1000111

Color Harmonies of #AB9DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DCE

Black with #AB9DCE

Text Example


Text Example

White with #AB9DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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