#AC95D7

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

Shades of Biloba Flower #AC95D7

Tints of Biloba Flower #AC95D7

Color information

#AC95D7 (or 0xAC95D7) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and D7. RGB value is (172,149,215). Sum of RGB (Red+Green+Blue) = 172+149+215=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC95D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95D7 is #536A28. Grayscale: #A3A3A3. Windows color (decimal): -5466665 or 14128556. OLE color: 14128556.

HSL color Cylindrical-coordinate representation of color #AC95D7: hue angle of 260.91º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC95D7 is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172149215-
CMYK0.20.3100.16
HSL260.91º45.21%71.37%-
HSV(B)260.91º30.7%84.31%-
XYZ40.0335.1768.97-
YUV163.4157.12134.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 215 (84.38% from 255) = 40.11%
R=32.09%
G=27.80%
B=40.11%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721492150.20.3100.16260.9145.2171.37
HexAC95D7141F0101052d47
Octal254225327243702040555107
Binary10101100100101011101011110100111110100001000001011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95D7; }

 p { color: rgb(172,149,215); }

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

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

 a { background-color: rgb(172,149,215); }

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

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

 span { border-color: rgb(172,149,215); }

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