#A502B0

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

Shades of Dark Violet #A502B0

Tints of Dark Violet #A502B0

Color information

#A502B0 (or 0xA502B0) is unknown color: approx Dark Violet. HEX triplet: A5, 02 and B0. RGB value is (165,2,176). Sum of RGB (Red+Green+Blue) = 165+2+176=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #A502B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A502B0 is #5AFD4F. Grayscale: #464646. Windows color (decimal): -5963088 or 11535013. OLE color: 11535013.

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

Color convert

RGB1652176-
CMYK0.060.9900.31
HSL296.21º97.75%34.9%-
HSV(B)296.21º98.86%69.02%-
XYZ23.3811.1842-
YUV70.57187.5195.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 176 (69.14% from 255) = 51.31%
R=48.10%
G=0.58%
B=51.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16521760.060.9900.31296.2197.7534.9
HexA52B066301F1286223
Octal2452260614303745014243
Binary10100101101011000011011000110111111001010001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A502B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A502B0; }

 p { color: rgb(165,2,176); }

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

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

 a { background-color: rgb(165,2,176); }

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

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

 span { border-color: rgb(165,2,176); }

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