Html Css Color HEX #AC8ECE Biloba Flower

📋 copy color: '#AC8ECE'

red 172 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #AC8ECE

Tints of Biloba Flower #AC8ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 33.08%
G = 27.31%
B = 39.62%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC8ECE (or 0xAC8ECE) is known color: Biloba Flower. HEX triplet: AC, 8E and CE. RGB value is (172,142,206). Sum of RGB (Red+Green+Blue) = 172+142+206=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC8ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ECE is #537131. Grayscale: #9E9E9E. Windows color (decimal): -5468466 or 13536940. OLE color: 13536940.

HSL color Cylindrical-coordinate representation of color #AC8ECE: hue angle of 268.12º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8ECE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 142 206 -
CMYK 0.17 0.31 0 0.19
HSL 268.13º 0.4% 0.68% -
HSV(B) 268.13º 0.31% 0.81% -
XYZ 37.83 32.57 62.69 -
YUV 158.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 172 142 206 0.17 0.31 0 0.19 268.13 0.4 0.68
Hex AC 8E CE 11 1F 0 13 10C 28 44
Octal 254 216 316 21 37 0 23 414 50 104
Binary 10101100 10001110 11001110 10001 11111 0 10011 100001100 101000 1000100

Color Harmonies of #AC8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8ECE

Black with #AC8ECE

Text Example


Text Example

White with #AC8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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