#A12D9D

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

Shades of Vivid Violet #A12D9D

Tints of Vivid Violet #A12D9D

Color information

#A12D9D (or 0xA12D9D) is unknown color: approx Vivid Violet. HEX triplet: A1, 2D and 9D. RGB value is (161,45,157). Sum of RGB (Red+Green+Blue) = 161+45+157=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12D9D is #5ED262. Grayscale: #5C5C5C. Windows color (decimal): -6214243 or 10300833. OLE color: 10300833.

HSL color Cylindrical-coordinate representation of color #A12D9D: hue angle of 302.07º 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 #A12D9D is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16145157-
CMYK00.720.020.37
HSL302.07º56.31%40.39%-
HSV(B)302.07º72.05%63.14%-
XYZ21.7211.8933.05-
YUV92.45164.43176.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 45 (17.97% from 255) = 12.40%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=44.35%
G=12.40%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614515700.720.020.37302.0756.3140.39
HexA12D9D04822512e3828
Octal2415523501102454567050
Binary10100001101101100111010100100010100101100101110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12D9D; }

 p { color: rgb(161,45,157); }

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

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

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

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

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

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

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