Html Css Color HEX #A511B6 Dark Violet

📋 copy color: '#A511B6'

red 165 ◦ green 17 ◦ blue 182

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

Shades of Dark Violet #A511B6

Tints of Dark Violet #A511B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50%

R = 45.33%
G = 4.67%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A511B6 (or 0xA511B6) is known color: Dark Violet. HEX triplet: A5, 11 and B6. RGB value is (165,17,182). Sum of RGB (Red+Green+Blue) = 165+17+182=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #A511B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511B6 is #5AEE49. Grayscale: #4F4F4F. Windows color (decimal): -5959242 or 11932069. OLE color: 11932069.

HSL color Cylindrical-coordinate representation of color #A511B6: hue angle of 293.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A511B6 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 17 182 -
CMYK 0.09 0.91 0 0.29
HSL 293.82º 0.83% 0.39% -
HSV(B) 293.82º 0.91% 0.71% -
XYZ 24.16 11.78 45.26 -
YUV 80.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 165 17 182 0.09 0.91 0 0.29 293.82 0.83 0.39
Hex A5 11 B6 9 5B 0 1D 126 53 27
Octal 245 21 266 11 133 0 35 446 123 47
Binary 10100101 10001 10110110 1001 1011011 0 11101 100100110 1010011 100111

Color Harmonies of #A511B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511B6

Black with #A511B6

Text Example


Text Example

White with #A511B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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