#A50FCE

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

Shades of Dark Violet #A50FCE

Tints of Dark Violet #A50FCE

Color information

#A50FCE (or 0xA50FCE) is unknown color: approx Dark Violet. HEX triplet: A5, 0F and CE. RGB value is (165,15,206). Sum of RGB (Red+Green+Blue) = 165+15+206=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #A50FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FCE is #5AF031. Grayscale: #515151. Windows color (decimal): -5959730 or 13504421. OLE color: 13504421.

HSL color Cylindrical-coordinate representation of color #A50FCE: hue angle of 287.12º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50FCE is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16515206-
CMYK0.200.9300.19
HSL287.12º86.43%43.33%-
HSV(B)287.12º92.72%80.78%-
XYZ26.8312.859.45-
YUV81.62198.2187.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 15 (6.25% from 255) = 3.89%
BLUE value IS 206 (80.86% from 255) = 53.37%
R=42.75%
G=3.89%
B=53.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165152060.200.9300.19287.1286.4343.33
HexA5FCE145D01311f562b
Octal245173162413502343712653
Binary101001011111110011101010010111010100111000111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50FCE; }

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

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

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

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

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

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

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

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