#A603B4

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

Shades of Dark Violet #A603B4

Tints of Dark Violet #A603B4

Color information

#A603B4 (or 0xA603B4) is unknown color: approx Dark Violet. HEX triplet: A6, 03 and B4. RGB value is (166,3,180). Sum of RGB (Red+Green+Blue) = 166+3+180=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #A603B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603B4 is #59FC4B. Grayscale: #474747. Windows color (decimal): -5897292 or 11797414. OLE color: 11797414.

HSL color Cylindrical-coordinate representation of color #A603B4: hue angle of 295.25º 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 #A603B4 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1663180-
CMYK0.080.9800.29
HSL295.25º96.72%35.88%-
HSV(B)295.25º98.33%70.59%-
XYZ2411.4744.13-
YUV71.92189195.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 180 (70.70% from 255) = 51.58%
R=47.56%
G=0.86%
B=51.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16631800.080.9800.29295.2596.7235.88
HexA63B486201D1276124
Octal24632641014203544714144
Binary101001101110110100100011000100111011001001111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A603B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A603B4; }

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

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

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

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

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

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

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

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