Html Css Color HEX #AC8ECC Biloba Flower

📋 copy color: '#AC8ECC'

red 172 ◦ green 142 ◦ blue 204

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

Shades of Biloba Flower #AC8ECC

Tints of Biloba Flower #AC8ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.41%

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 33.2%
G = 27.41%
B = 39.38%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC8ECC (or 0xAC8ECC) is known color: Biloba Flower. HEX triplet: AC, 8E and CC. RGB value is (172,142,204). Sum of RGB (Red+Green+Blue) = 172+142+204=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ECC is #537133. Grayscale: #9D9D9D. Windows color (decimal): -5468468 or 13405868. OLE color: 13405868.

HSL color Cylindrical-coordinate representation of color #AC8ECC: hue angle of 269.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8ECC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 142 204 -
CMYK 0.16 0.30 0 0.2
HSL 269.03º 0.38% 0.68% -
HSV(B) 269.03º 0.3% 0.8% -
XYZ 37.59 32.48 61.41 -
YUV 158.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 172 142 204 0.16 0.30 0 0.2 269.03 0.38 0.68
Hex AC 8E CC 10 1E 0 14 10D 26 44
Octal 254 216 314 20 36 0 24 415 46 104
Binary 10101100 10001110 11001100 10000 11110 0 10100 100001101 100110 1000100

Color Harmonies of #AC8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8ECC

Black with #AC8ECC

Text Example


Text Example

White with #AC8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8ECC; }

 p { color: rgb(172,142,204); }

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

background-color css

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

 a { background-color: rgb(172,142,204); }

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

border-color css

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

 span { border-color: rgb(172,142,204); }

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