#A02AA7

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

Shades of Vivid Violet #A02AA7

Tints of Vivid Violet #A02AA7

Color information

#A02AA7 (or 0xA02AA7) is unknown color: approx Vivid Violet. HEX triplet: A0, 2A and A7. RGB value is (160,42,167). Sum of RGB (Red+Green+Blue) = 160+42+167=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 167 - color contains mainly: blue. Hex color #A02AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02AA7 is #5FD558. Grayscale: #5B5B5B. Windows color (decimal): -6280537 or 10955424. OLE color: 10955424.

HSL color Cylindrical-coordinate representation of color #A02AA7: hue angle of 296.64º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02AA7 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16042167-
CMYK0.040.7500.35
HSL296.64º59.81%40.98%-
HSV(B)296.64º74.85%65.49%-
XYZ22.311.9237.68-
YUV91.53170.59176.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 42 (16.80% from 255) = 11.38%
BLUE value IS 167 (65.62% from 255) = 45.26%
R=43.36%
G=11.38%
B=45.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160421670.040.7500.35296.6459.8140.98
HexA02AA744B0231293c29
Octal2405224741130434517451
Binary101000001010101010011110010010110100011100101001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02AA7; }

 p { color: rgb(160,42,167); }

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

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

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

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

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

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

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