#A503B1

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

Shades of Dark Violet #A503B1

Tints of Dark Violet #A503B1

Color information

#A503B1 (or 0xA503B1) is unknown color: approx Dark Violet. HEX triplet: A5, 03 and B1. RGB value is (165,3,177). Sum of RGB (Red+Green+Blue) = 165+3+177=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #A503B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A503B1 is #5AFC4E. Grayscale: #464646. Windows color (decimal): -5962831 or 11600805. OLE color: 11600805.

HSL color Cylindrical-coordinate representation of color #A503B1: hue angle of 295.86º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A503B1 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1653177-
CMYK0.070.9800.31
HSL295.86º96.67%35.29%-
HSV(B)295.86º98.31%69.41%-
XYZ23.4911.2442.53-
YUV71.27187.67194.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 177 (69.53% from 255) = 51.30%
R=47.83%
G=0.87%
B=51.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16531770.070.9800.31295.8696.6735.29
HexA53B176201F1286123
Octal2453261714203745014143
Binary10100101111011000111111000100111111001010001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A503B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A503B1; }

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

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

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

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

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

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

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

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