Html Css Color HEX #AB99D1 Biloba Flower

📋 copy color: '#AB99D1'

red 171 ◦ green 153 ◦ blue 209

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

Shades of Biloba Flower #AB99D1

Tints of Biloba Flower #AB99D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.21%

R = 32.08%
G = 28.71%
B = 39.21%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB99D1 (or 0xAB99D1) is known color: Biloba Flower. HEX triplet: AB, 99 and D1. RGB value is (171,153,209). Sum of RGB (Red+Green+Blue) = 171+153+209=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB99D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99D1 is #54662E. Grayscale: #A4A4A4. Windows color (decimal): -5531183 or 13736363. OLE color: 13736363.

HSL color Cylindrical-coordinate representation of color #AB99D1: hue angle of 259.29º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB99D1 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 153 209 -
CMYK 0.18 0.27 0 0.18
HSL 259.29º 0.38% 0.71% -
HSV(B) 259.29º 0.27% 0.82% -
XYZ 39.69 36.04 65.19 -
YUV 164.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 171 153 209 0.18 0.27 0 0.18 259.29 0.38 0.71
Hex AB 99 D1 12 1B 0 12 103 26 47
Octal 253 231 321 22 33 0 22 403 46 107
Binary 10101011 10011001 11010001 10010 11011 0 10010 100000011 100110 1000111

Color Harmonies of #AB99D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99D1

Black with #AB99D1

Text Example


Text Example

White with #AB99D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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