#A112C4

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

Shades of Dark Violet #A112C4

Tints of Dark Violet #A112C4

Color information

#A112C4 (or 0xA112C4) is unknown color: approx Dark Violet. HEX triplet: A1, 12 and C4. RGB value is (161,18,196). Sum of RGB (Red+Green+Blue) = 161+18+196=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #A112C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112C4 is #5EED3B. Grayscale: #505050. Windows color (decimal): -6221116 or 12849825. OLE color: 12849825.

HSL color Cylindrical-coordinate representation of color #A112C4: hue angle of 288.2º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A112C4 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16118196-
CMYK0.180.9100.23
HSL288.2º83.18%41.96%-
HSV(B)288.2º90.82%76.86%-
XYZ24.881253.23-
YUV81.05192.88185.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 18 (7.42% from 255) = 4.8%
BLUE value IS 196 (76.95% from 255) = 52.27%
R=42.93%
G=4.8%
B=52.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161181960.180.9100.23288.283.1841.96
HexA112C4125B017120532a
Octal241223042213302744012352
Binary1010000110010110001001001010110110101111001000001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A112C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A112C4; }

 p { color: rgb(161,18,196); }

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

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

 a { background-color: rgb(161,18,196); }

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

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

 span { border-color: rgb(161,18,196); }

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