#A23399

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

Shades of Vivid Violet #A23399

Tints of Vivid Violet #A23399

Color information

#A23399 (or 0xA23399) is unknown color: approx Vivid Violet. HEX triplet: A2, 33 and 99. RGB value is (162,51,153). Sum of RGB (Red+Green+Blue) = 162+51+153=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A23399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23399 is #5DCC66. Grayscale: #5F5F5F. Windows color (decimal): -6147175 or 10040226. OLE color: 10040226.

HSL color Cylindrical-coordinate representation of color #A23399: hue angle of 304.86º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23399 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16251153-
CMYK00.690.060.36
HSL304.86º52.11%41.76%-
HSV(B)304.86º68.52%63.53%-
XYZ21.8312.3531.37-
YUV95.82160.27175.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=44.26%
G=13.93%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625115300.690.060.36304.8652.1141.76
HexA23399045624131342a
Octal2426323101056444616452
Binary101000101100111001100101000101110100100100110001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23399; }

 p { color: rgb(162,51,153); }

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

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

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

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

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

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

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