Html Css Color HEX #AB99D9 Biloba Flower

📋 copy color: '#AB99D9'

red 171 ◦ green 153 ◦ blue 217

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

Shades of Biloba Flower #AB99D9

Tints of Biloba Flower #AB99D9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.28%

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

R = 31.61%
G = 28.28%
B = 40.11%

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

#AB99D9 (or 0xAB99D9) is known color: Biloba Flower. HEX triplet: AB, 99 and D9. RGB value is (171,153,217). Sum of RGB (Red+Green+Blue) = 171+153+217=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB99D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99D9 is #546626. Grayscale: #A5A5A5. Windows color (decimal): -5531175 or 14260651. OLE color: 14260651.

HSL color Cylindrical-coordinate representation of color #AB99D9: hue angle of 256.88º degrees, saturation: 0.46, 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 #AB99D9 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 153 217 -
CMYK 0.21 0.29 0 0.15
HSL 256.88º 0.46% 0.73% -
HSV(B) 256.88º 0.29% 0.85% -
XYZ 40.71 36.45 70.54 -
YUV 165.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 171 153 217 0.21 0.29 0 0.15 256.88 0.46 0.73
Hex AB 99 D9 15 1D 0 F 101 2E 49
Octal 253 231 331 25 35 0 17 401 56 111
Binary 10101011 10011001 11011001 10101 11101 0 1111 100000001 101110 1001001

Color Harmonies of #AB99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99D9

Black with #AB99D9

Text Example


Text Example

White with #AB99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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