Html Css Color HEX #AB99D4 Biloba Flower

📋 copy color: '#AB99D4'

red 171 ◦ green 153 ◦ blue 212

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

Shades of Biloba Flower #AB99D4

Tints of Biloba Flower #AB99D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.55%

R = 31.9%
G = 28.54%
B = 39.55%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB99D4 (or 0xAB99D4) is known color: Biloba Flower. HEX triplet: AB, 99 and D4. RGB value is (171,153,212). Sum of RGB (Red+Green+Blue) = 171+153+212=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB99D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99D4 is #54662B. Grayscale: #A4A4A4. Windows color (decimal): -5531180 or 13932971. OLE color: 13932971.

HSL color Cylindrical-coordinate representation of color #AB99D4: hue angle of 258.31º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB99D4 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 153 212 -
CMYK 0.19 0.28 0 0.17
HSL 258.31º 0.41% 0.72% -
HSV(B) 258.31º 0.28% 0.83% -
XYZ 40.07 36.19 67.16 -
YUV 165.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 171 153 212 0.19 0.28 0 0.17 258.31 0.41 0.72
Hex AB 99 D4 13 1C 0 11 102 29 48
Octal 253 231 324 23 34 0 21 402 51 110
Binary 10101011 10011001 11010100 10011 11100 0 10001 100000010 101001 1001000

Color Harmonies of #AB99D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99D4

Black with #AB99D4

Text Example


Text Example

White with #AB99D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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