#AC95DC

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

Shades of Biloba Flower #AC95DC

Tints of Biloba Flower #AC95DC

Color information

#AC95DC (or 0xAC95DC) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and DC. RGB value is (172,149,220). Sum of RGB (Red+Green+Blue) = 172+149+220=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC95DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95DC is #536A23. Grayscale: #A3A3A3. Windows color (decimal): -5466660 or 14456236. OLE color: 14456236.

HSL color Cylindrical-coordinate representation of color #AC95DC: hue angle of 259.44º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC95DC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172149220-
CMYK0.220.3200.14
HSL259.44º50.35%72.35%-
HSV(B)259.44º32.27%86.27%-
XYZ40.6835.4372.41-
YUV163.97159.62133.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 149 (58.59% from 255) = 27.54%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=31.79%
G=27.54%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721492200.220.3200.14259.4450.3572.35
HexAC95DC16200E1033248
Octal254225334264001640362110
Binary10101100100101011101110010110100000011101000000111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95DC; }

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

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

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

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

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

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

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

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