#AC8CD3

Color #AC8CD3 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AC8CD3

Tints of Biloba Flower #AC8CD3

Color information

#AC8CD3 (or 0xAC8CD3) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and D3. RGB value is (172,140,211). Sum of RGB (Red+Green+Blue) = 172+140+211=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC8CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CD3 is #53732C. Grayscale: #9D9D9D. Windows color (decimal): -5468973 or 13864108. OLE color: 13864108.

HSL color Cylindrical-coordinate representation of color #AC8CD3: hue angle of 267.04º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8CD3 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172140211-
CMYK0.180.3400.17
HSL267.04º44.65%68.82%-
HSV(B)267.04º33.65%82.75%-
XYZ38.1532.2365.84-
YUV157.66158.1138.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 211 (82.81% from 255) = 40.34%
R=32.89%
G=26.77%
B=40.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721402110.180.3400.17267.0444.6568.82
HexAC8CD3122201110b2d45
Octal254214323224202141355105
Binary101011001000110011010011100101000100100011000010111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CD3; }

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

 H1.HeaderClassName
 {
   color: #AC8CD3;
 }
 .AnyTagClassName
 {
   color: #AC8CD3;
 }
</style>
background-color css

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

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

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

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

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

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