#A50BB6

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

Shades of Dark Violet #A50BB6

Tints of Dark Violet #A50BB6

Color information

#A50BB6 (or 0xA50BB6) is unknown color: approx Dark Violet. HEX triplet: A5, 0B and B6. RGB value is (165,11,182). Sum of RGB (Red+Green+Blue) = 165+11+182=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #A50BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BB6 is #5AF449. Grayscale: #4C4C4C. Windows color (decimal): -5960778 or 11930533. OLE color: 11930533.

HSL color Cylindrical-coordinate representation of color #A50BB6: hue angle of 294.04º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50BB6 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16511182-
CMYK0.090.9400.29
HSL294.04º88.6%37.84%-
HSV(B)294.04º93.96%71.37%-
XYZ24.0811.6245.23-
YUV76.54187.52191.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 11 (4.69% from 255) = 3.07%
BLUE value IS 182 (71.48% from 255) = 50.84%
R=46.09%
G=3.07%
B=50.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165111820.090.9400.29294.0488.637.84
HexA5BB695E01D1265926
Octal245132661113603544613146
Binary10100101101110110110100110111100111011001001101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50BB6; }

 p { color: rgb(165,11,182); }

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

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

 a { background-color: rgb(165,11,182); }

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

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

 span { border-color: rgb(165,11,182); }

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