Html Css Color HEX #A311DC Dark Violet

📋 copy color: '#A311DC'

red 163 ◦ green 17 ◦ blue 220

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

Shades of Dark Violet #A311DC

Tints of Dark Violet #A311DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.25%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 40.75%
G = 4.25%
B = 55%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A311DC (or 0xA311DC) is known color: Dark Violet. HEX triplet: A3, 11 and DC. RGB value is (163,17,220). Sum of RGB (Red+Green+Blue) = 163+17+220=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #A311DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311DC is #5CEE23. Grayscale: #535353. Windows color (decimal): -6090276 or 14422435. OLE color: 14422435.

HSL color Cylindrical-coordinate representation of color #A311DC: hue angle of 283.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A311DC is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 17 220 -
CMYK 0.26 0.92 0 0.14
HSL 283.15º 0.86% 0.46% -
HSV(B) 283.15º 0.92% 0.86% -
XYZ 28.22 13.35 68.8 -
YUV 83.8 204.87 184.49 -
System Red Green Blue C M Y K H S L
Decimal 163 17 220 0.26 0.92 0 0.14 283.15 0.86 0.46
Hex A3 11 DC 1A 5C 0 E 11B 56 2E
Octal 243 21 334 32 134 0 16 433 126 56
Binary 10100011 10001 11011100 11010 1011100 0 1110 100011011 1010110 101110

Color Harmonies of #A311DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311DC

Black with #A311DC

Text Example


Text Example

White with #A311DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311DC; }

 p { color: rgb(163,17,220); }

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

background-color css

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

 a { background-color: rgb(163,17,220); }

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

border-color css

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

 span { border-color: rgb(163,17,220); }

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