Html Css Color HEX #AC99E2 Biloba Flower

📋 copy color: '#AC99E2'

red 172 ◦ green 153 ◦ blue 226

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

Shades of Biloba Flower #AC99E2

Tints of Biloba Flower #AC99E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.02%

R = 31.22%
G = 27.77%
B = 41.02%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC99E2 (or 0xAC99E2) is known color: Biloba Flower. HEX triplet: AC, 99 and E2. RGB value is (172,153,226). Sum of RGB (Red+Green+Blue) = 172+153+226=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC99E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99E2 is #53661D. Grayscale: #A6A6A6. Windows color (decimal): -5465630 or 14850476. OLE color: 14850476.

HSL color Cylindrical-coordinate representation of color #AC99E2: hue angle of 255.62º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC99E2 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 153 226 -
CMYK 0.24 0.32 0 0.11
HSL 255.62º 0.56% 0.74% -
HSV(B) 255.62º 0.32% 0.89% -
XYZ 42.13 37.04 76.88 -
YUV 167 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 172 153 226 0.24 0.32 0 0.11 255.62 0.56 0.74
Hex AC 99 E2 18 20 0 B 100 38 4A
Octal 254 231 342 30 40 0 13 400 70 112
Binary 10101100 10011001 11100010 11000 100000 0 1011 100000000 111000 1001010

Color Harmonies of #AC99E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99E2

Black with #AC99E2

Text Example


Text Example

White with #AC99E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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