#A50FB7

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

Shades of Dark Violet #A50FB7

Tints of Dark Violet #A50FB7

Color information

#A50FB7 (or 0xA50FB7) is unknown color: approx Dark Violet. HEX triplet: A5, 0F and B7. RGB value is (165,15,183). Sum of RGB (Red+Green+Blue) = 165+15+183=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #A50FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FB7 is #5AF048. Grayscale: #4E4E4E. Windows color (decimal): -5959753 or 11997093. OLE color: 11997093.

HSL color Cylindrical-coordinate representation of color #A50FB7: hue angle of 293.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50FB7 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16515183-
CMYK0.100.9200.28
HSL293.57º84.85%38.82%-
HSV(B)293.57º91.8%71.76%-
XYZ24.2411.7645.79-
YUV79186.7189.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 15 (6.25% from 255) = 4.13%
BLUE value IS 183 (71.88% from 255) = 50.41%
R=45.45%
G=4.13%
B=50.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165151830.100.9200.28293.5784.8538.82
HexA5FB7A5C01C1265527
Octal245172671213403444612547
Binary10100101111110110111101010111000111001001001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50FB7; }

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

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

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

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

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

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

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

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