#ac8fca

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

Shades of Biloba Flower #AC8FCA

Tints of Biloba Flower #AC8FCA

Color information

#AC8FCA (or 0xAC8FCA) is unknown color: approx Biloba Flower. HEX triplet: AC, 8F and CA. RGB value is (172,143,202). Sum of RGB (Red+Green+Blue) = 172+143+202=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FCA is #537035. Grayscale: #9E9E9E. Windows color (decimal): -5468214 or 13275052. OLE color: 13275052.

HSL color Cylindrical-coordinate representation of color #AC8FCA: hue angle of 269.49º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC8FCA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172143202-
CMYK0.150.2900.21
HSL269.49º35.76%67.65%-
HSV(B)269.49º29.21%79.22%-
XYZ37.532.6860.21-
YUV158.4152.61137.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=33.27%
G=27.66%
B=39.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721432020.150.2900.21269.4935.7667.65
HexAC8FCAF1D01510d2444
Octal254217312173502541544104
Binary1010110010001111110010101111111010101011000011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8fca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8fca; }

 p { color: rgb(172,143,202); }

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

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

 a { background-color: rgb(172,143,202); }

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

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

 span { border-color: rgb(172,143,202); }

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