#A503BB

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

Shades of Dark Violet #A503BB

Tints of Dark Violet #A503BB

Color information

#A503BB (or 0xA503BB) is unknown color: approx Dark Violet. HEX triplet: A5, 03 and BB. RGB value is (165,3,187). Sum of RGB (Red+Green+Blue) = 165+3+187=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #A503BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503BB is #5AFC44. Grayscale: #474747. Windows color (decimal): -5962821 or 12256165. OLE color: 12256165.

HSL color Cylindrical-coordinate representation of color #A503BB: hue angle of 292.83º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A503BB is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1653187-
CMYK0.120.9800.27
HSL292.83º96.84%37.25%-
HSV(B)292.83º98.4%73.33%-
XYZ24.5211.6547.97-
YUV72.41192.67194.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=46.48%
G=0.85%
B=52.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16531870.120.9800.27292.8396.8437.25
HexA53BBC6201B1256125
Octal24532731414203344514145
Binary101001011110111011110011000100110111001001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A503BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A503BB; }

 p { color: rgb(165,3,187); }

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

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

 a { background-color: rgb(165,3,187); }

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

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

 span { border-color: rgb(165,3,187); }

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