#AC4EAD

Color #AC4EAD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AC4EAD

Tints of Violet Blue #AC4EAD

Color information

#AC4EAD (or 0xAC4EAD) is unknown color: approx Violet Blue. HEX triplet: AC, 4E and AD. RGB value is (172,78,173). Sum of RGB (Red+Green+Blue) = 172+78+173=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC4EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4EAD is #53B152. Grayscale: #747474. Windows color (decimal): -5484883 or 11357868. OLE color: 11357868.

HSL color Cylindrical-coordinate representation of color #AC4EAD: hue angle of 299.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4EAD is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17278173-
CMYK0.010.5500.32
HSL299.37º37.85%49.22%-
HSV(B)299.37º54.91%67.84%-
XYZ27.2817.2441.42-
YUV116.94159.64167.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=40.66%
G=18.44%
B=40.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172781730.010.5500.32299.3737.8549.22
HexAC4EAD13702012b2631
Octal2541162551670404534661
Binary1010110010011101010110111101110100000100101011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4EAD; }

 p { color: rgb(172,78,173); }

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

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

 a { background-color: rgb(172,78,173); }

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

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

 span { border-color: rgb(172,78,173); }

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