Html Css Color HEX #AC99EC Biloba Flower

📋 copy color: '#AC99EC'

red 172 ◦ green 153 ◦ blue 236

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

Shades of Biloba Flower #AC99EC

Tints of Biloba Flower #AC99EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 30.66%
G = 27.27%
B = 42.07%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC99EC (or 0xAC99EC) is known color: Biloba Flower. HEX triplet: AC, 99 and EC. RGB value is (172,153,236). Sum of RGB (Red+Green+Blue) = 172+153+236=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC99EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99EC is #536613. Grayscale: #A7A7A7. Windows color (decimal): -5465620 or 15505836. OLE color: 15505836.

HSL color Cylindrical-coordinate representation of color #AC99EC: hue angle of 253.73º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC99EC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 153 236 -
CMYK 0.27 0.35 0 0.07
HSL 253.73º 0.69% 0.76% -
HSV(B) 253.73º 0.35% 0.93% -
XYZ 43.54 37.61 84.32 -
YUV 168.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 172 153 236 0.27 0.35 0 0.07 253.73 0.69 0.76
Hex AC 99 EC 1B 23 0 7 FE 45 4C
Octal 254 231 354 33 43 0 7 376 105 114
Binary 10101100 10011001 11101100 11011 100011 0 111 11111110 1000101 1001100

Color Harmonies of #AC99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99EC

Black with #AC99EC

Text Example


Text Example

White with #AC99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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