#A852AD

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

Shades of Violet Blue #A852AD

Tints of Violet Blue #A852AD

Color information

#A852AD (or 0xA852AD) is unknown color: approx Violet Blue. HEX triplet: A8, 52 and AD. RGB value is (168,82,173). Sum of RGB (Red+Green+Blue) = 168+82+173=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 82 (32.42% from 255 or 19.39% 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 #A852AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A852AD is #57AD52. Grayscale: #757575. Windows color (decimal): -5746003 or 11358888. OLE color: 11358888.

HSL color Cylindrical-coordinate representation of color #A852AD: hue angle of 296.7º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A852AD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16882173-
CMYK0.030.5300.32
HSL296.7º35.69%50%-
HSV(B)296.7º52.6%67.84%-
XYZ26.7117.3841.48-
YUV118.09158.99163.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=39.72%
G=19.39%
B=40.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168821730.030.5300.32296.735.6950
HexA852AD3350201292432
Octal2501222553650404514462
Binary10101000101001010101101111101010100000100101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A852AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A852AD; }

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

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

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

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

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

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

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

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