Html Css Color HEX #AB99C2 Biloba Flower

📋 copy color: '#AB99C2'

red 171 ◦ green 153 ◦ blue 194

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

Shades of Biloba Flower #AB99C2

Tints of Biloba Flower #AB99C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 33.01%
G = 29.54%
B = 37.45%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB99C2 (or 0xAB99C2) is known color: Biloba Flower. HEX triplet: AB, 99 and C2. RGB value is (171,153,194). Sum of RGB (Red+Green+Blue) = 171+153+194=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB99C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99C2 is #54663D. Grayscale: #A2A2A2. Windows color (decimal): -5531198 or 12753323. OLE color: 12753323.

HSL color Cylindrical-coordinate representation of color #AB99C2: hue angle of 266.34º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB99C2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 153 194 -
CMYK 0.12 0.21 0 0.24
HSL 266.34º 0.25% 0.68% -
HSV(B) 266.34º 0.21% 0.76% -
XYZ 37.92 35.34 55.86 -
YUV 163.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 171 153 194 0.12 0.21 0 0.24 266.34 0.25 0.68
Hex AB 99 C2 C 15 0 18 10A 19 44
Octal 253 231 302 14 25 0 30 412 31 104
Binary 10101011 10011001 11000010 1100 10101 0 11000 100001010 11001 1000100

Color Harmonies of #AB99C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99C2

Black with #AB99C2

Text Example


Text Example

White with #AB99C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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