#A652AC

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

Shades of Violet Blue #A652AC

Tints of Violet Blue #A652AC

Color information

#A652AC (or 0xA652AC) is unknown color: approx Violet Blue. HEX triplet: A6, 52 and AC. RGB value is (166,82,172). Sum of RGB (Red+Green+Blue) = 166+82+172=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #A652AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A652AC is #59AD53. Grayscale: #757575. Windows color (decimal): -5877076 or 11293350. OLE color: 11293350.

HSL color Cylindrical-coordinate representation of color #A652AC: hue angle of 296º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A652AC is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16682172-
CMYK0.030.5200.33
HSL296º35.43%49.8%-
HSV(B)296º52.33%67.45%-
XYZ26.1917.1240.95-
YUV117.38158.83162.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=39.52%
G=19.52%
B=40.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166821720.030.5200.3329635.4349.8
HexA652AC3340211282332
Octal2461222543640414504362
Binary10100110101001010101100111101000100001100101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A652AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A652AC; }

 p { color: rgb(166,82,172); }

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

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

 a { background-color: rgb(166,82,172); }

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

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

 span { border-color: rgb(166,82,172); }

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