Html Css Color HEX #AC8CCE Biloba Flower

📋 copy color: '#AC8CCE'

red 172 ◦ green 140 ◦ blue 206

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

Shades of Biloba Flower #AC8CCE

Tints of Biloba Flower #AC8CCE

RGB

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

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

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

R = 33.2%
G = 27.03%
B = 39.77%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC8CCE (or 0xAC8CCE) is known color: Biloba Flower. HEX triplet: AC, 8C and CE. RGB value is (172,140,206). Sum of RGB (Red+Green+Blue) = 172+140+206=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC8CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CCE is #537331. Grayscale: #9C9C9C. Windows color (decimal): -5468978 or 13536428. OLE color: 13536428.

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

Color convert

RGB 172 140 206 -
CMYK 0.17 0.32 0 0.19
HSL 269.09º 0.4% 0.68% -
HSV(B) 269.09º 0.32% 0.81% -
XYZ 37.53 31.98 62.59 -
YUV 157.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 172 140 206 0.17 0.32 0 0.19 269.09 0.4 0.68
Hex AC 8C CE 11 20 0 13 10D 28 44
Octal 254 214 316 21 40 0 23 415 50 104
Binary 10101100 10001100 11001110 10001 100000 0 10011 100001101 101000 1000100

Color Harmonies of #AC8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CCE

Black with #AC8CCE

Text Example


Text Example

White with #AC8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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