Html Css Color HEX #A312D1 Dark Violet

📋 copy color: '#A312D1'

red 163 ◦ green 18 ◦ blue 209

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

Shades of Dark Violet #A312D1

Tints of Dark Violet #A312D1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.62%

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

R = 41.79%
G = 4.62%
B = 53.59%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A312D1 (or 0xA312D1) is known color: Dark Violet. HEX triplet: A3, 12 and D1. RGB value is (163,18,209). Sum of RGB (Red+Green+Blue) = 163+18+209=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #A312D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312D1 is #5CED2E. Grayscale: #525252. Windows color (decimal): -6090031 or 13701795. OLE color: 13701795.

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

Color convert

RGB 163 18 209 -
CMYK 0.22 0.91 0 0.18
HSL 285.55º 0.84% 0.45% -
HSV(B) 285.55º 0.91% 0.82% -
XYZ 26.83 12.82 61.38 -
YUV 83.13 199.04 184.97 -
System Red Green Blue C M Y K H S L
Decimal 163 18 209 0.22 0.91 0 0.18 285.55 0.84 0.45
Hex A3 12 D1 16 5B 0 12 11E 54 2D
Octal 243 22 321 26 133 0 22 436 124 55
Binary 10100011 10010 11010001 10110 1011011 0 10010 100011110 1010100 101101

Color Harmonies of #A312D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312D1

Black with #A312D1

Text Example


Text Example

White with #A312D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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