Html Css Color HEX #A310D1 Dark Violet

📋 copy color: '#A310D1'

red 163 ◦ green 16 ◦ blue 209

#A310D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A310D1

Tints of Dark Violet #A310D1

RGB

 RED value IS 163 (64.06% from 255) = 42.01%

 GREEN value IS 16 (6.64% from 255) = 4.12%

 BLUE value IS 209 (82.03% from 255) = 53.87%

R = 42.01%
G = 4.12%
B = 53.87%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A310D1 (or 0xA310D1) is known color: Dark Violet. HEX triplet: A3, 10 and D1. RGB value is (163,16,209). Sum of RGB (Red+Green+Blue) = 163+16+209=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #A310D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310D1 is #5CEF2E. Grayscale: #515151. Windows color (decimal): -6090543 or 13701283. OLE color: 13701283.

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

Color convert

RGB 163 16 209 -
CMYK 0.22 0.92 0 0.18
HSL 285.7º 0.86% 0.44% -
HSV(B) 285.7º 0.92% 0.82% -
XYZ 26.8 12.76 61.37 -
YUV 81.96 199.7 185.81 -
System Red Green Blue C M Y K H S L
Decimal 163 16 209 0.22 0.92 0 0.18 285.7 0.86 0.44
Hex A3 10 D1 16 5C 0 12 11E 56 2C
Octal 243 20 321 26 134 0 22 436 126 54
Binary 10100011 10000 11010001 10110 1011100 0 10010 100011110 1010110 101100

Color Harmonies of #A310D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A310D1

Black with #A310D1

Text Example


Text Example

White with #A310D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A310D1; }

 p { color: rgb(163,16,209); }

 H1.HeaderClassName
 {
   color: #A310D1;
 }
 .AnyTagClassName
 {
   color: #A310D1;
 }
</style>

background-color css

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

 a { background-color: rgb(163,16,209); }

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

border-color css

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

 span { border-color: rgb(163,16,209); }

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