Html Css Color HEX #AC8CE8 Biloba Flower

📋 copy color: '#AC8CE8'

red 172 ◦ green 140 ◦ blue 232

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

Shades of Biloba Flower #AC8CE8

Tints of Biloba Flower #AC8CE8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.74%

 BLUE value IS 232 (91.02% from 255) = 42.65%

R = 31.62%
G = 25.74%
B = 42.65%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC8CE8 (or 0xAC8CE8) is known color: Biloba Flower. HEX triplet: AC, 8C and E8. RGB value is (172,140,232). Sum of RGB (Red+Green+Blue) = 172+140+232=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC8CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8CE8 is #537317. Grayscale: #9F9F9F. Windows color (decimal): -5468952 or 15240364. OLE color: 15240364.

HSL color Cylindrical-coordinate representation of color #AC8CE8: hue angle of 260.87º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8CE8 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 140 232 -
CMYK 0.26 0.40 0 0.09
HSL 260.87º 0.67% 0.73% -
HSV(B) 260.87º 0.4% 0.91% -
XYZ 40.96 33.35 80.62 -
YUV 160.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 172 140 232 0.26 0.40 0 0.09 260.87 0.67 0.73
Hex AC 8C E8 1A 28 0 9 105 43 49
Octal 254 214 350 32 50 0 11 405 103 111
Binary 10101100 10001100 11101000 11010 101000 0 1001 100000101 1000011 1001001

Color Harmonies of #AC8CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CE8

Black with #AC8CE8

Text Example


Text Example

White with #AC8CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CE8; }

 p { color: rgb(172,140,232); }

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

background-color css

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

 a { background-color: rgb(172,140,232); }

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

border-color css

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

 span { border-color: rgb(172,140,232); }

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