#AC8CCD

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

Shades of Biloba Flower #AC8CCD

Tints of Biloba Flower #AC8CCD

Color information

#AC8CCD (or 0xAC8CCD) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and CD. RGB value is (172,140,205). Sum of RGB (Red+Green+Blue) = 172+140+205=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CCD is #537332. Grayscale: #9C9C9C. Windows color (decimal): -5468979 or 13470892. OLE color: 13470892.

HSL color Cylindrical-coordinate representation of color #AC8CCD: hue angle of 269.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC8CCD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172140205-
CMYK0.160.3200.20
HSL269.54º39.39%67.65%-
HSV(B)269.54º31.71%80.39%-
XYZ37.4131.9361.95-
YUV156.98155.1138.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=33.27%
G=27.08%
B=39.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721402050.160.3200.20269.5439.3967.65
HexAC8CCD102001410e2744
Octal254214315204002441647104
Binary101011001000110011001101100001000000101001000011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CCD; }

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

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

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

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

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

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

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

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