#A203B4

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

Shades of Dark Violet #A203B4

Tints of Dark Violet #A203B4

Color information

#A203B4 (or 0xA203B4) is unknown color: approx Dark Violet. HEX triplet: A2, 03 and B4. RGB value is (162,3,180). Sum of RGB (Red+Green+Blue) = 162+3+180=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #A203B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203B4 is #5DFC4B. Grayscale: #464646. Windows color (decimal): -6159436 or 11797410. OLE color: 11797410.

HSL color Cylindrical-coordinate representation of color #A203B4: hue angle of 293.9º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A203B4 is Cyan = 0.1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1623180-
CMYK0.10.9800.29
HSL293.9º96.72%35.88%-
HSV(B)293.9º98.33%70.59%-
XYZ23.1711.0444.09-
YUV70.72189.68193.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 180 (70.70% from 255) = 52.17%
R=46.96%
G=0.87%
B=52.17%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16231800.10.9800.29293.996.7235.88
HexA23B4A6201D1266124
Octal24232641214203544614144
Binary101000101110110100101011000100111011001001101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A203B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A203B4; }

 p { color: rgb(162,3,180); }

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

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

 a { background-color: rgb(162,3,180); }

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

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

 span { border-color: rgb(162,3,180); }

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