#A50CB4

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

Shades of Dark Violet #A50CB4

Tints of Dark Violet #A50CB4

Color information

#A50CB4 (or 0xA50CB4) is unknown color: approx Dark Violet. HEX triplet: A5, 0C and B4. RGB value is (165,12,180). Sum of RGB (Red+Green+Blue) = 165+12+180=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #A50CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CB4 is #5AF34B. Grayscale: #4C4C4C. Windows color (decimal): -5960524 or 11799717. OLE color: 11799717.

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

Color convert

RGB16512180-
CMYK0.080.9300.29
HSL294.64º87.5%37.65%-
HSV(B)294.64º93.33%70.59%-
XYZ23.8911.5644.15-
YUV76.9186.19190.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 12 (5.08% from 255) = 3.36%
BLUE value IS 180 (70.70% from 255) = 50.42%
R=46.22%
G=3.36%
B=50.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165121800.080.9300.29294.6487.537.65
HexA5CB485D01D1275826
Octal245142641013503544713046
Binary10100101110010110100100010111010111011001001111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50CB4; }

 p { color: rgb(165,12,180); }

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

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

 a { background-color: rgb(165,12,180); }

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

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

 span { border-color: rgb(165,12,180); }

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