#A500C2

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

Shades of Dark Violet #A500C2

Tints of Dark Violet #A500C2

Color information

#A500C2 (or 0xA500C2) is unknown color: approx Dark Violet. HEX triplet: A5, 00 and C2. RGB value is (165,0,194). Sum of RGB (Red+Green+Blue) = 165+0+194=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 194 (76.17% from 255 or 54.04% from 359); Max value from RGB is 194 - color contains mainly: blue. Hex color #A500C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500C2 is #5AFF3D. Grayscale: #464646. Windows color (decimal): -5963582 or 12714149. OLE color: 12714149.

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

Color convert

RGB1650194-
CMYK0.15100.24
HSL291.03º100%38.04%-
HSV(B)291.03º100%76.08%-
XYZ25.2511.8952-
YUV71.45197.16194.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 194 (76.17% from 255) = 54.04%
R=45.96%
G=0%
B=54.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16501940.15100.24291.0310038.04
HexA50C2F640181236426
Octal24503021714403044314446
Binary10100101011000010111111001000110001001000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A500C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A500C2; }

 p { color: rgb(165,0,194); }

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

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

 a { background-color: rgb(165,0,194); }

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

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

 span { border-color: rgb(165,0,194); }

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