#A50CBD

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

Shades of Dark Violet #A50CBD

Tints of Dark Violet #A50CBD

Color information

#A50CBD (or 0xA50CBD) is unknown color: approx Dark Violet. HEX triplet: A5, 0C and BD. RGB value is (165,12,189). Sum of RGB (Red+Green+Blue) = 165+12+189=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #A50CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CBD is #5AF342. Grayscale: #4D4D4D. Windows color (decimal): -5960515 or 12389541. OLE color: 12389541.

HSL color Cylindrical-coordinate representation of color #A50CBD: hue angle of 291.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50CBD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16512189-
CMYK0.130.9400.26
HSL291.86º88.06%39.41%-
HSV(B)291.86º93.65%74.12%-
XYZ24.8311.9449.14-
YUV77.92190.69190.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 12 (5.08% from 255) = 3.28%
BLUE value IS 189 (74.22% from 255) = 51.64%
R=45.08%
G=3.28%
B=51.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165121890.130.9400.26291.8688.0639.41
HexA5CBDD5E01A1245827
Octal245142751513603244413047
Binary10100101110010111101110110111100110101001001001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50CBD; }

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

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

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

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

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

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

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

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