#AC8CD5

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

Shades of Biloba Flower #AC8CD5

Tints of Biloba Flower #AC8CD5

Color information

#AC8CD5 (or 0xAC8CD5) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and D5. RGB value is (172,140,213). Sum of RGB (Red+Green+Blue) = 172+140+213=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC8CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CD5 is #53732A. Grayscale: #9D9D9D. Windows color (decimal): -5468971 or 13995180. OLE color: 13995180.

HSL color Cylindrical-coordinate representation of color #AC8CD5: hue angle of 266.3º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8CD5 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172140213-
CMYK0.190.3400.16
HSL266.3º46.5%69.22%-
HSV(B)266.3º34.27%83.53%-
XYZ38.432.3367.17-
YUV157.89159.1138.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=32.76%
G=26.67%
B=40.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721402130.190.3400.16266.346.569.22
HexAC8CD5132201010a2e45
Octal254214325234202041256105
Binary101011001000110011010101100111000100100001000010101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CD5; }

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

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

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

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

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

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

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

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