#A50FE6

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

Shades of Dark Violet #A50FE6

Tints of Dark Violet #A50FE6

Color information

#A50FE6 (or 0xA50FE6) is unknown color: approx Dark Violet. HEX triplet: A5, 0F and E6. RGB value is (165,15,230). Sum of RGB (Red+Green+Blue) = 165+15+230=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #A50FE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FE6 is #5AF019. Grayscale: #535353. Windows color (decimal): -5959706 or 15077285. OLE color: 15077285.

HSL color Cylindrical-coordinate representation of color #A50FE6: hue angle of 281.86º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50FE6 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16515230-
CMYK0.280.9300.10
HSL281.86º87.76%48.04%-
HSV(B)281.86º93.48%90.2%-
XYZ29.9714.0576-
YUV84.36210.2185.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 15 (6.25% from 255) = 3.66%
BLUE value IS 230 (90.23% from 255) = 56.10%
R=40.24%
G=3.66%
B=56.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal165152300.280.9300.10281.8687.7648.04
HexA5FE61C5D0A11a5830
Octal245173463413501243213060
Binary10100101111111100110111001011101010101000110101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50FE6; }

 p { color: rgb(165,15,230); }

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

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

 a { background-color: rgb(165,15,230); }

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

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

 span { border-color: rgb(165,15,230); }

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