#AC95DD

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

Shades of Biloba Flower #AC95DD

Tints of Biloba Flower #AC95DD

Color information

#AC95DD (or 0xAC95DD) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and DD. RGB value is (172,149,221). Sum of RGB (Red+Green+Blue) = 172+149+221=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC95DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95DD is #536A22. Grayscale: #A3A3A3. Windows color (decimal): -5466659 or 14521772. OLE color: 14521772.

HSL color Cylindrical-coordinate representation of color #AC95DD: hue angle of 259.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC95DD is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172149221-
CMYK0.220.3300.13
HSL259.17º51.43%72.55%-
HSV(B)259.17º32.58%86.67%-
XYZ40.8135.4973.11-
YUV164.08160.12133.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=31.73%
G=27.49%
B=40.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721492210.220.3300.13259.1751.4372.55
HexAC95DD16210D1033349
Octal254225335264101540363111
Binary10101100100101011101110110110100001011011000000111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95DD; }

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

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

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

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

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

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

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

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