#AC9FC8

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

Shades of Biloba Flower #AC9FC8

Tints of Biloba Flower #AC9FC8

Color information

#AC9FC8 (or 0xAC9FC8) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and C8. RGB value is (172,159,200). Sum of RGB (Red+Green+Blue) = 172+159+200=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC9FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FC8 is #536037. Grayscale: #A7A7A7. Windows color (decimal): -5464120 or 13148076. OLE color: 13148076.

HSL color Cylindrical-coordinate representation of color #AC9FC8: hue angle of 259.02º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC9FC8 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172159200-
CMYK0.140.2000.22
HSL259.02º27.15%70.39%-
HSV(B)259.02º20.5%78.43%-
XYZ39.8437.7459.83-
YUV167.56146.31131.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=32.39%
G=29.94%
B=37.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721592000.140.2000.22259.0227.1570.39
HexAC9FC8E140161031b46
Octal254237310162402640333106
Binary101011001001111111001000111010100010110100000011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FC8; }

 p { color: rgb(172,159,200); }

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

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

 a { background-color: rgb(172,159,200); }

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

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

 span { border-color: rgb(172,159,200); }

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