#A852AB

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

Shades of Violet Blue #A852AB

Tints of Violet Blue #A852AB

Color information

#A852AB (or 0xA852AB) is unknown color: approx Violet Blue. HEX triplet: A8, 52 and AB. RGB value is (168,82,171). Sum of RGB (Red+Green+Blue) = 168+82+171=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #A852AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A852AB is #57AD54. Grayscale: #757575. Windows color (decimal): -5746005 or 11227816. OLE color: 11227816.

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

Color convert

RGB16882171-
CMYK0.020.5200.33
HSL297.98º35.18%49.61%-
HSV(B)297.98º52.05%67.06%-
XYZ26.5217.340.47-
YUV117.86157.99163.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=39.90%
G=19.48%
B=40.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168821710.020.5200.33297.9835.1849.61
HexA852AB23402112a2332
Octal2501222532640414524362
Binary10101000101001010101011101101000100001100101010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A852AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A852AB; }

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

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

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

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

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

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

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

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