Html Css Color HEX #AC88EC Biloba Flower

📋 copy color: '#AC88EC'

red 172 ◦ green 136 ◦ blue 236

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

Shades of Biloba Flower #AC88EC

Tints of Biloba Flower #AC88EC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25%

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

R = 31.62%
G = 25%
B = 43.38%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC88EC (or 0xAC88EC) is known color: Biloba Flower. HEX triplet: AC, 88 and EC. RGB value is (172,136,236). Sum of RGB (Red+Green+Blue) = 172+136+236=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC88EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC88EC is #537713. Grayscale: #9D9D9D. Windows color (decimal): -5469972 or 15501484. OLE color: 15501484.

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

Color convert

RGB 172 136 236 -
CMYK 0.27 0.42 0 0.07
HSL 261.6º 0.72% 0.73% -
HSV(B) 261.6º 0.42% 0.93% -
XYZ 40.96 32.44 83.46 -
YUV 158.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 172 136 236 0.27 0.42 0 0.07 261.6 0.72 0.73
Hex AC 88 EC 1B 2A 0 7 106 48 49
Octal 254 210 354 33 52 0 7 406 110 111
Binary 10101100 10001000 11101100 11011 101010 0 111 100000110 1001000 1001001

Color Harmonies of #AC88EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88EC

Black with #AC88EC

Text Example


Text Example

White with #AC88EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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