#A103CA

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

Shades of Dark Violet #A103CA

Tints of Dark Violet #A103CA

Color information

#A103CA (or 0xA103CA) is unknown color: approx Dark Violet. HEX triplet: A1, 03 and CA. RGB value is (161,3,202). Sum of RGB (Red+Green+Blue) = 161+3+202=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #A103CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103CA is #5EFC35. Grayscale: #484848. Windows color (decimal): -6224950 or 13239201. OLE color: 13239201.

HSL color Cylindrical-coordinate representation of color #A103CA: hue angle of 287.64º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A103CA is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1613202-
CMYK0.200.9900.21
HSL287.64º97.07%40.2%-
HSV(B)287.64º98.51%79.22%-
XYZ25.3911.9156.84-
YUV72.93200.85190.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=43.99%
G=0.82%
B=55.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16132020.200.9900.21287.6497.0740.2
HexA13CA14630151206128
Octal24133122414302544014150
Binary1010000111110010101010011000110101011001000001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A103CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A103CA; }

 p { color: rgb(161,3,202); }

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

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

 a { background-color: rgb(161,3,202); }

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

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

 span { border-color: rgb(161,3,202); }

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