Html Css Color HEX #A511BF Dark Violet

📋 copy color: '#A511BF'

red 165 ◦ green 17 ◦ blue 191

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

Shades of Dark Violet #A511BF

Tints of Dark Violet #A511BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 44.24%
G = 4.56%
B = 51.21%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A511BF (or 0xA511BF) is known color: Dark Violet. HEX triplet: A5, 11 and BF. RGB value is (165,17,191). Sum of RGB (Red+Green+Blue) = 165+17+191=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #A511BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511BF is #5AEE40. Grayscale: #505050. Windows color (decimal): -5959233 or 12521893. OLE color: 12521893.

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

Color convert

RGB 165 17 191 -
CMYK 0.14 0.91 0 0.25
HSL 291.03º 0.84% 0.41% -
HSV(B) 291.03º 0.91% 0.75% -
XYZ 25.12 12.16 50.31 -
YUV 81.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 165 17 191 0.14 0.91 0 0.25 291.03 0.84 0.41
Hex A5 11 BF E 5B 0 19 123 54 29
Octal 245 21 277 16 133 0 31 443 124 51
Binary 10100101 10001 10111111 1110 1011011 0 11001 100100011 1010100 101001

Color Harmonies of #A511BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511BF

Black with #A511BF

Text Example


Text Example

White with #A511BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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