#A852AA

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

Shades of Violet Blue #A852AA

Tints of Violet Blue #A852AA

Color information

#A852AA (or 0xA852AA) is unknown color: approx Violet Blue. HEX triplet: A8, 52 and AA. RGB value is (168,82,170). Sum of RGB (Red+Green+Blue) = 168+82+170=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #A852AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A852AA is #57AD55. Grayscale: #757575. Windows color (decimal): -5746006 or 11162280. OLE color: 11162280.

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

Color convert

RGB16882170-
CMYK0.010.5200.33
HSL298.64º34.92%49.41%-
HSV(B)298.64º51.76%66.67%-
XYZ26.4217.2639.97-
YUV117.75157.49163.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=40%
G=19.52%
B=40.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168821700.010.5200.33298.6434.9249.41
HexA852AA13402112b2331
Octal2501222521640414534361
Binary1010100010100101010101011101000100001100101011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A852AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A852AA; }

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

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

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

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

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

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

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

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