Html Css Color HEX #A311CD Dark Violet

📋 copy color: '#A311CD'

red 163 ◦ green 17 ◦ blue 205

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

Shades of Dark Violet #A311CD

Tints of Dark Violet #A311CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 42.34%
G = 4.42%
B = 53.25%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A311CD (or 0xA311CD) is known color: Dark Violet. HEX triplet: A3, 11 and CD. RGB value is (163,17,205). Sum of RGB (Red+Green+Blue) = 163+17+205=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #A311CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311CD is #5CEE32. Grayscale: #515151. Windows color (decimal): -6090291 or 13439395. OLE color: 13439395.

HSL color Cylindrical-coordinate representation of color #A311CD: hue angle of 286.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A311CD is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 17 205 -
CMYK 0.20 0.92 0 0.20
HSL 286.6º 0.85% 0.44% -
HSV(B) 286.6º 0.92% 0.8% -
XYZ 26.32 12.6 58.8 -
YUV 82.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 163 17 205 0.20 0.92 0 0.20 286.6 0.85 0.44
Hex A3 11 CD 14 5C 0 14 11F 55 2C
Octal 243 21 315 24 134 0 24 437 125 54
Binary 10100011 10001 11001101 10100 1011100 0 10100 100011111 1010101 101100

Color Harmonies of #A311CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311CD

Black with #A311CD

Text Example


Text Example

White with #A311CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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