Html Css Color HEX #A311C9 Dark Violet

📋 copy color: '#A311C9'

red 163 ◦ green 17 ◦ blue 201

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

Shades of Dark Violet #A311C9

Tints of Dark Violet #A311C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.76%

R = 42.78%
G = 4.46%
B = 52.76%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A311C9 (or 0xA311C9) is known color: Dark Violet. HEX triplet: A3, 11 and C9. RGB value is (163,17,201). Sum of RGB (Red+Green+Blue) = 163+17+201=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #A311C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311C9 is #5CEE36. Grayscale: #515151. Windows color (decimal): -6090295 or 13177251. OLE color: 13177251.

HSL color Cylindrical-coordinate representation of color #A311C9: hue angle of 287.61º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A311C9 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 17 201 -
CMYK 0.19 0.92 0 0.21
HSL 287.61º 0.84% 0.43% -
HSV(B) 287.61º 0.92% 0.79% -
XYZ 25.85 12.4 56.29 -
YUV 81.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 163 17 201 0.19 0.92 0 0.21 287.61 0.84 0.43
Hex A3 11 C9 13 5C 0 15 120 54 2B
Octal 243 21 311 23 134 0 25 440 124 53
Binary 10100011 10001 11001001 10011 1011100 0 10101 100100000 1010100 101011

Color Harmonies of #A311C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311C9

Black with #A311C9

Text Example


Text Example

White with #A311C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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