#A230A2

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

Shades of Vivid Violet #A230A2

Tints of Vivid Violet #A230A2

Color information

#A230A2 (or 0xA230A2) is unknown color: approx Vivid Violet. HEX triplet: A2, 30 and A2. RGB value is (162,48,162). Sum of RGB (Red+Green+Blue) = 162+48+162=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A230A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A230A2 is #5DCF5D. Grayscale: #5E5E5E. Windows color (decimal): -6147934 or 10629282. OLE color: 10629282.

HSL color Cylindrical-coordinate representation of color #A230A2: hue angle of 300º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A230A2 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16248162-
CMYK00.7000.36
HSL300º54.29%41.18%-
HSV(B)300º70.37%63.53%-
XYZ22.4812.435.39-
YUV95.08165.77175.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 48 (19.14% from 255) = 12.90%
BLUE value IS 162 (63.67% from 255) = 43.55%
R=43.55%
G=12.90%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624816200.7000.3630054.2941.18
HexA230A204602412c3629
Octal2426024201060444546651
Binary1010001011000010100010010001100100100100101100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A230A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A230A2; }

 p { color: rgb(162,48,162); }

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

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

 a { background-color: rgb(162,48,162); }

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

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

 span { border-color: rgb(162,48,162); }

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