Html Css Color HEX #AB9AD9 Biloba Flower

📋 copy color: '#AB9AD9'

red 171 ◦ green 154 ◦ blue 217

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

Shades of Biloba Flower #AB9AD9

Tints of Biloba Flower #AB9AD9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.41%

 BLUE value IS 217 (85.16% from 255) = 40.04%

R = 31.55%
G = 28.41%
B = 40.04%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB9AD9 (or 0xAB9AD9) is known color: Biloba Flower. HEX triplet: AB, 9A and D9. RGB value is (171,154,217). Sum of RGB (Red+Green+Blue) = 171+154+217=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB9AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9AD9 is #546526. Grayscale: #A6A6A6. Windows color (decimal): -5530919 or 14260907. OLE color: 14260907.

HSL color Cylindrical-coordinate representation of color #AB9AD9: hue angle of 256.19º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9AD9 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 154 217 -
CMYK 0.21 0.29 0 0.15
HSL 256.19º 0.45% 0.73% -
HSV(B) 256.19º 0.29% 0.85% -
XYZ 40.87 36.78 70.59 -
YUV 166.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 171 154 217 0.21 0.29 0 0.15 256.19 0.45 0.73
Hex AB 9A D9 15 1D 0 F 100 2D 49
Octal 253 232 331 25 35 0 17 400 55 111
Binary 10101011 10011010 11011001 10101 11101 0 1111 100000000 101101 1001001

Color Harmonies of #AB9AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9AD9

Black with #AB9AD9

Text Example


Text Example

White with #AB9AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9AD9; }

 p { color: rgb(171,154,217); }

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

background-color css

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

 a { background-color: rgb(171,154,217); }

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

border-color css

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

 span { border-color: rgb(171,154,217); }

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