#A901C2

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

Shades of Dark Violet #A901C2

Tints of Dark Violet #A901C2

Color information

#A901C2 (or 0xA901C2) is unknown color: approx Dark Violet. HEX triplet: A9, 01 and C2. RGB value is (169,1,194). Sum of RGB (Red+Green+Blue) = 169+1+194=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 194 (76.17% from 255 or 53.30% from 364); Max value from RGB is 194 - color contains mainly: blue. Hex color #A901C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901C2 is #56FE3D. Grayscale: #484848. Windows color (decimal): -5701182 or 12714409. OLE color: 12714409.

HSL color Cylindrical-coordinate representation of color #A901C2: hue angle of 292.23º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A901C2 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1691194-
CMYK0.130.9900.24
HSL292.23º98.97%38.24%-
HSV(B)292.23º99.48%76.08%-
XYZ26.1112.3552.05-
YUV73.23196.16196.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 194 (76.17% from 255) = 53.30%
R=46.43%
G=0.27%
B=53.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16911940.130.9900.24292.2398.9738.24
HexA91C2D630181246326
Octal25113021514303044414346
Binary10101001111000010110111000110110001001001001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A901C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A901C2; }

 p { color: rgb(169,1,194); }

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

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

 a { background-color: rgb(169,1,194); }

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

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

 span { border-color: rgb(169,1,194); }

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