Html Css Color HEX #AC99D9 Biloba Flower

📋 copy color: '#AC99D9'

red 172 ◦ green 153 ◦ blue 217

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

Shades of Biloba Flower #AC99D9

Tints of Biloba Flower #AC99D9

RGB

 RED value IS 172 (67.58% from 255) = 31.73%

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

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

R = 31.73%
G = 28.23%
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

#AC99D9 (or 0xAC99D9) is known color: Biloba Flower. HEX triplet: AC, 99 and D9. RGB value is (172,153,217). Sum of RGB (Red+Green+Blue) = 172+153+217=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 153 (60.16% from 255 or 28.23% 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 #AC99D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99D9 is #536626. Grayscale: #A5A5A5. Windows color (decimal): -5465639 or 14260652. OLE color: 14260652.

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

Color convert

RGB 172 153 217 -
CMYK 0.21 0.29 0 0.15
HSL 257.81º 0.46% 0.73% -
HSV(B) 257.81º 0.29% 0.85% -
XYZ 40.93 36.56 70.55 -
YUV 165.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 172 153 217 0.21 0.29 0 0.15 257.81 0.46 0.73
Hex AC 99 D9 15 1D 0 F 102 2E 49
Octal 254 231 331 25 35 0 17 402 56 111
Binary 10101100 10011001 11011001 10101 11101 0 1111 100000010 101110 1001001

Color Harmonies of #AC99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99D9

Black with #AC99D9

Text Example


Text Example

White with #AC99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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