Html Css Color HEX #A511BB Dark Violet

📋 copy color: '#A511BB'

red 165 ◦ green 17 ◦ blue 187

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

Shades of Dark Violet #A511BB

Tints of Dark Violet #A511BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 44.72%
G = 4.61%
B = 50.68%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A511BB (or 0xA511BB) is known color: Dark Violet. HEX triplet: A5, 11 and BB. RGB value is (165,17,187). Sum of RGB (Red+Green+Blue) = 165+17+187=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #A511BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511BB is #5AEE44. Grayscale: #505050. Windows color (decimal): -5959237 or 12259749. OLE color: 12259749.

HSL color Cylindrical-coordinate representation of color #A511BB: hue angle of 292.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A511BB is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 17 187 -
CMYK 0.12 0.91 0 0.27
HSL 292.24º 0.83% 0.4% -
HSV(B) 292.24º 0.91% 0.73% -
XYZ 24.69 11.99 48.03 -
YUV 80.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 165 17 187 0.12 0.91 0 0.27 292.24 0.83 0.4
Hex A5 11 BB C 5B 0 1B 124 53 28
Octal 245 21 273 14 133 0 33 444 123 50
Binary 10100101 10001 10111011 1100 1011011 0 11011 100100100 1010011 101000

Color Harmonies of #A511BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511BB

Black with #A511BB

Text Example


Text Example

White with #A511BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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