#A300D0

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

Shades of Dark Violet #A300D0

Tints of Dark Violet #A300D0

Color information

#A300D0 (or 0xA300D0) is unknown color: approx Dark Violet. HEX triplet: A3, 00 and D0. RGB value is (163,0,208). Sum of RGB (Red+Green+Blue) = 163+0+208=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #A300D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300D0 is #5CFF2F. Grayscale: #474747. Windows color (decimal): -6094640 or 13631651. OLE color: 13631651.

HSL color Cylindrical-coordinate representation of color #A300D0: hue angle of 287.02º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300D0 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1630208-
CMYK0.22100.18
HSL287.02º100%40.78%-
HSV(B)287.02º100%81.57%-
XYZ26.4912.3460.66-
YUV72.45204.5192.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 208 (81.64% from 255) = 56.06%
R=43.94%
G=0%
B=56.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16302080.22100.18287.0210040.78
HexA30D0166401211f6429
Octal24303202614402243714451
Binary101000110110100001011011001000100101000111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A300D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A300D0; }

 p { color: rgb(163,0,208); }

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

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

 a { background-color: rgb(163,0,208); }

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

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

 span { border-color: rgb(163,0,208); }

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