Html Css Color HEX #AC8EDE Biloba Flower

📋 copy color: '#AC8EDE'

red 172 ◦ green 142 ◦ blue 222

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

Shades of Biloba Flower #AC8EDE

Tints of Biloba Flower #AC8EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 32.09%
G = 26.49%
B = 41.42%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC8EDE (or 0xAC8EDE) is known color: Biloba Flower. HEX triplet: AC, 8E and DE. RGB value is (172,142,222). Sum of RGB (Red+Green+Blue) = 172+142+222=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC8EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8EDE is #537121. Grayscale: #9F9F9F. Windows color (decimal): -5468450 or 14585516. OLE color: 14585516.

HSL color Cylindrical-coordinate representation of color #AC8EDE: hue angle of 262.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC8EDE is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 142 222 -
CMYK 0.23 0.36 0 0.13
HSL 262.5º 0.55% 0.71% -
HSV(B) 262.5º 0.36% 0.87% -
XYZ 39.87 33.39 73.45 -
YUV 160.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 172 142 222 0.23 0.36 0 0.13 262.5 0.55 0.71
Hex AC 8E DE 17 24 0 D 106 37 47
Octal 254 216 336 27 44 0 15 406 67 107
Binary 10101100 10001110 11011110 10111 100100 0 1101 100000110 110111 1000111

Color Harmonies of #AC8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8EDE

Black with #AC8EDE

Text Example


Text Example

White with #AC8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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