#A02DA0

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

Shades of Vivid Violet #A02DA0

Tints of Vivid Violet #A02DA0

Color information

#A02DA0 (or 0xA02DA0) is unknown color: approx Vivid Violet. HEX triplet: A0, 2D and A0. RGB value is (160,45,160). Sum of RGB (Red+Green+Blue) = 160+45+160=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A02DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02DA0 is #5FD25F. Grayscale: #5C5C5C. Windows color (decimal): -6279776 or 10497440. OLE color: 10497440.

HSL color Cylindrical-coordinate representation of color #A02DA0: hue angle of 300º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02DA0 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16045160-
CMYK00.7200.37
HSL300º56.1%40.2%-
HSV(B)300º71.88%62.75%-
XYZ21.7811.8934.4-
YUV92.5166.1176.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 45 (17.97% from 255) = 12.33%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=43.84%
G=12.33%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604516000.7200.3730056.140.2
HexA02DA004802512c3828
Octal2405524001100454547050
Binary1010000010110110100000010010000100101100101100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02DA0; }

 p { color: rgb(160,45,160); }

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

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

 a { background-color: rgb(160,45,160); }

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

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

 span { border-color: rgb(160,45,160); }

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