#A102C4

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

Shades of Dark Violet #A102C4

Tints of Dark Violet #A102C4

Color information

#A102C4 (or 0xA102C4) is unknown color: approx Dark Violet. HEX triplet: A1, 02 and C4. RGB value is (161,2,196). Sum of RGB (Red+Green+Blue) = 161+2+196=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #A102C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102C4 is #5EFD3B. Grayscale: #474747. Windows color (decimal): -6225212 or 12845729. OLE color: 12845729.

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

Color convert

RGB1612196-
CMYK0.180.9900.23
HSL289.18º97.98%38.82%-
HSV(B)289.18º98.98%76.86%-
XYZ24.6811.6153.16-
YUV71.66198.18191.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 196 (76.95% from 255) = 54.60%
R=44.85%
G=0.56%
B=54.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16121960.180.9900.23289.1897.9838.82
HexA12C412630171216227
Octal24123042214302744114247
Binary1010000110110001001001011000110101111001000011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A102C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A102C4; }

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

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

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

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

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

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

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

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