Html Css Color HEX #A511DB Dark Violet

📋 copy color: '#A511DB'

red 165 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #A511DB

Tints of Dark Violet #A511DB

RGB

 RED value IS 165 (64.84% from 255) = 41.15%

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

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

R = 41.15%
G = 4.24%
B = 54.61%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A511DB (or 0xA511DB) is known color: Dark Violet. HEX triplet: A5, 11 and DB. RGB value is (165,17,219). Sum of RGB (Red+Green+Blue) = 165+17+219=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #A511DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511DB is #5AEE24. Grayscale: #535353. Windows color (decimal): -5959205 or 14356901. OLE color: 14356901.

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

Color convert

RGB 165 17 219 -
CMYK 0.25 0.92 0 0.14
HSL 283.96º 0.86% 0.46% -
HSV(B) 283.96º 0.92% 0.86% -
XYZ 28.5 13.51 68.12 -
YUV 84.28 204.03 185.57 -
System Red Green Blue C M Y K H S L
Decimal 165 17 219 0.25 0.92 0 0.14 283.96 0.86 0.46
Hex A5 11 DB 19 5C 0 E 11C 56 2E
Octal 245 21 333 31 134 0 16 434 126 56
Binary 10100101 10001 11011011 11001 1011100 0 1110 100011100 1010110 101110

Color Harmonies of #A511DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511DB

Black with #A511DB

Text Example


Text Example

White with #A511DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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