Html Css Color HEX #A311DB Dark Violet

📋 copy color: '#A311DB'

red 163 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #A311DB

Tints of Dark Violet #A311DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 40.85%
G = 4.26%
B = 54.89%

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

#A311DB (or 0xA311DB) is known color: Dark Violet. HEX triplet: A3, 11 and DB. RGB value is (163,17,219). Sum of RGB (Red+Green+Blue) = 163+17+219=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #A311DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311DB is #5CEE24. Grayscale: #535353. Windows color (decimal): -6090277 or 14356899. OLE color: 14356899.

HSL color Cylindrical-coordinate representation of color #A311DB: hue angle of 283.37º 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 #A311DB is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 17 219 -
CMYK 0.26 0.92 0 0.14
HSL 283.37º 0.86% 0.46% -
HSV(B) 283.37º 0.92% 0.86% -
XYZ 28.09 13.3 68.1 -
YUV 83.68 204.37 184.57 -
System Red Green Blue C M Y K H S L
Decimal 163 17 219 0.26 0.92 0 0.14 283.37 0.86 0.46
Hex A3 11 DB 1A 5C 0 E 11B 56 2E
Octal 243 21 333 32 134 0 16 433 126 56
Binary 10100011 10001 11011011 11010 1011100 0 1110 100011011 1010110 101110

Color Harmonies of #A311DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311DB

Black with #A311DB

Text Example


Text Example

White with #A311DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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