#A603B1

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

Shades of Dark Violet #A603B1

Tints of Dark Violet #A603B1

Color information

#A603B1 (or 0xA603B1) is unknown color: approx Dark Violet. HEX triplet: A6, 03 and B1. RGB value is (166,3,177). Sum of RGB (Red+Green+Blue) = 166+3+177=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #A603B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A603B1 is #59FC4E. Grayscale: #474747. Windows color (decimal): -5897295 or 11600806. OLE color: 11600806.

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

Color convert

RGB1663177-
CMYK0.060.9800.31
HSL296.21º96.67%35.29%-
HSV(B)296.21º98.31%69.41%-
XYZ23.6911.3542.54-
YUV71.57187.5195.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 177 (69.53% from 255) = 51.16%
R=47.98%
G=0.87%
B=51.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16631770.060.9800.31296.2196.6735.29
HexA63B166201F1286123
Octal2463261614203745014143
Binary10100110111011000111011000100111111001010001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A603B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A603B1; }

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

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

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

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

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

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

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

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