#A652AB

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

Shades of Violet Blue #A652AB

Tints of Violet Blue #A652AB

Color information

#A652AB (or 0xA652AB) is unknown color: approx Violet Blue. HEX triplet: A6, 52 and AB. RGB value is (166,82,171). Sum of RGB (Red+Green+Blue) = 166+82+171=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #A652AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A652AB is #59AD54. Grayscale: #747474. Windows color (decimal): -5877077 or 11227814. OLE color: 11227814.

HSL color Cylindrical-coordinate representation of color #A652AB: hue angle of 296.63º 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 #A652AB is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16682171-
CMYK0.030.5200.33
HSL296.63º35.18%49.61%-
HSV(B)296.63º52.05%67.06%-
XYZ26.0917.0840.45-
YUV117.26158.33162.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=39.62%
G=19.57%
B=40.81%

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
Decimal166821710.030.5200.33296.6335.1849.61
HexA652AB3340211292332
Octal2461222533640414514362
Binary10100110101001010101011111101000100001100101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A652AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A652AB; }

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

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

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

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

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

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

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

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