Html Css Color HEX #A312B6 Dark Violet

📋 copy color: '#A312B6'

red 163 ◦ green 18 ◦ blue 182

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

Shades of Dark Violet #A312B6

Tints of Dark Violet #A312B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.14%

R = 44.9%
G = 4.96%
B = 50.14%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A312B6 (or 0xA312B6) is known color: Dark Violet. HEX triplet: A3, 12 and B6. RGB value is (163,18,182). Sum of RGB (Red+Green+Blue) = 163+18+182=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #A312B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312B6 is #5CED49. Grayscale: #4F4F4F. Windows color (decimal): -6090058 or 11932323. OLE color: 11932323.

HSL color Cylindrical-coordinate representation of color #A312B6: hue angle of 293.05º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A312B6 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 18 182 -
CMYK 0.10 0.90 0 0.29
HSL 293.05º 0.82% 0.39% -
HSV(B) 293.05º 0.9% 0.71% -
XYZ 23.76 11.6 45.24 -
YUV 80.05 185.54 187.16 -
System Red Green Blue C M Y K H S L
Decimal 163 18 182 0.10 0.90 0 0.29 293.05 0.82 0.39
Hex A3 12 B6 A 5A 0 1D 125 52 27
Octal 243 22 266 12 132 0 35 445 122 47
Binary 10100011 10010 10110110 1010 1011010 0 11101 100100101 1010010 100111

Color Harmonies of #A312B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312B6

Black with #A312B6

Text Example


Text Example

White with #A312B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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