Html Css Color HEX #AC8DEC Biloba Flower

📋 copy color: '#AC8DEC'

red 172 ◦ green 141 ◦ blue 236

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

Shades of Biloba Flower #AC8DEC

Tints of Biloba Flower #AC8DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.68%

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

R = 31.33%
G = 25.68%
B = 42.99%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC8DEC (or 0xAC8DEC) is known color: Biloba Flower. HEX triplet: AC, 8D and EC. RGB value is (172,141,236). Sum of RGB (Red+Green+Blue) = 172+141+236=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8DEC is #537213. Grayscale: #A0A0A0. Windows color (decimal): -5468692 or 15502764. OLE color: 15502764.

HSL color Cylindrical-coordinate representation of color #AC8DEC: hue angle of 259.58º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8DEC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 141 236 -
CMYK 0.27 0.40 0 0.07
HSL 259.58º 0.71% 0.74% -
HSV(B) 259.58º 0.4% 0.93% -
XYZ 41.68 33.88 83.7 -
YUV 161.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 172 141 236 0.27 0.40 0 0.07 259.58 0.71 0.74
Hex AC 8D EC 1B 28 0 7 104 47 4A
Octal 254 215 354 33 50 0 7 404 107 112
Binary 10101100 10001101 11101100 11011 101000 0 111 100000100 1000111 1001010

Color Harmonies of #AC8DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DEC

Black with #AC8DEC

Text Example


Text Example

White with #AC8DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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