#a50fba

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

Shades of Dark Violet #A50FBA

Tints of Dark Violet #A50FBA

Color information

#A50FBA (or 0xA50FBA) is unknown color: approx Dark Violet. HEX triplet: A5, 0F and BA. RGB value is (165,15,186). Sum of RGB (Red+Green+Blue) = 165+15+186=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #A50FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FBA is #5AF045. Grayscale: #4E4E4E. Windows color (decimal): -5959750 or 12193701. OLE color: 12193701.

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

Color convert

RGB16515186-
CMYK0.110.9200.27
HSL292.63º85.07%39.41%-
HSV(B)292.63º91.94%72.94%-
XYZ24.5511.8947.45-
YUV79.34188.2189.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 15 (6.25% from 255) = 4.10%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=45.08%
G=4.10%
B=50.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165151860.110.9200.27292.6385.0739.41
HexA5FBAB5C01B1255527
Octal245172721313403344512547
Binary10100101111110111010101110111000110111001001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50fba; }

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

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

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

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

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

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

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

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