#A2369D

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

Shades of Vivid Violet #A2369D

Tints of Vivid Violet #A2369D

Color information

#A2369D (or 0xA2369D) is unknown color: approx Vivid Violet. HEX triplet: A2, 36 and 9D. RGB value is (162,54,157). Sum of RGB (Red+Green+Blue) = 162+54+157=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2369D is #5DC962. Grayscale: #616161. Windows color (decimal): -6146403 or 10303138. OLE color: 10303138.

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

Color convert

RGB16254157-
CMYK00.670.030.36
HSL302.78º50%42.35%-
HSV(B)302.78º66.67%63.53%-
XYZ22.3112.7533.18-
YUV98.03161.28173.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 54 (21.48% from 255) = 14.48%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=43.43%
G=14.48%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625415700.670.030.36302.785042.35
HexA2369D04332412f322a
Octal2426623501033444576252
Binary10100010110110100111010100001111100100100101111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2369D; }

 p { color: rgb(162,54,157); }

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

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

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

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

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

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

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