Html Css Color HEX #A511BE Dark Violet

📋 copy color: '#A511BE'

red 165 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #A511BE

Tints of Dark Violet #A511BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.08%

R = 44.35%
G = 4.57%
B = 51.08%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A511BE (or 0xA511BE) is known color: Dark Violet. HEX triplet: A5, 11 and BE. RGB value is (165,17,190). Sum of RGB (Red+Green+Blue) = 165+17+190=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #A511BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511BE is #5AEE41. Grayscale: #505050. Windows color (decimal): -5959234 or 12456357. OLE color: 12456357.

HSL color Cylindrical-coordinate representation of color #A511BE: hue angle of 291.33º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A511BE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 17 190 -
CMYK 0.13 0.91 0 0.25
HSL 291.33º 0.84% 0.41% -
HSV(B) 291.33º 0.91% 0.75% -
XYZ 25.01 12.12 49.74 -
YUV 80.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 165 17 190 0.13 0.91 0 0.25 291.33 0.84 0.41
Hex A5 11 BE D 5B 0 19 123 54 29
Octal 245 21 276 15 133 0 31 443 124 51
Binary 10100101 10001 10111110 1101 1011011 0 11001 100100011 1010100 101001

Color Harmonies of #A511BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511BE

Black with #A511BE

Text Example


Text Example

White with #A511BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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