Html Css Color HEX #A511D0 Dark Violet

📋 copy color: '#A511D0'

red 165 ◦ green 17 ◦ blue 208

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

Shades of Dark Violet #A511D0

Tints of Dark Violet #A511D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.33%

R = 42.31%
G = 4.36%
B = 53.33%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A511D0 (or 0xA511D0) is known color: Dark Violet. HEX triplet: A5, 11 and D0. RGB value is (165,17,208). Sum of RGB (Red+Green+Blue) = 165+17+208=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #A511D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511D0 is #5AEE2F. Grayscale: #525252. Windows color (decimal): -5959216 or 13636005. OLE color: 13636005.

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

Color convert

RGB 165 17 208 -
CMYK 0.21 0.92 0 0.18
HSL 286.49º 0.85% 0.44% -
HSV(B) 286.49º 0.92% 0.82% -
XYZ 27.1 12.95 60.75 -
YUV 83.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 165 17 208 0.21 0.92 0 0.18 286.49 0.85 0.44
Hex A5 11 D0 15 5C 0 12 11E 55 2C
Octal 245 21 320 25 134 0 22 436 125 54
Binary 10100101 10001 11010000 10101 1011100 0 10010 100011110 1010101 101100

Color Harmonies of #A511D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511D0

Black with #A511D0

Text Example


Text Example

White with #A511D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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