Html Css Color HEX #A911BB Dark Violet

📋 copy color: '#A911BB'

red 169 ◦ green 17 ◦ blue 187

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

Shades of Dark Violet #A911BB

Tints of Dark Violet #A911BB

RGB

 RED value IS 169 (66.41% from 255) = 45.31%

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

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

R = 45.31%
G = 4.56%
B = 50.13%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A911BB (or 0xA911BB) is known color: Dark Violet. HEX triplet: A9, 11 and BB. RGB value is (169,17,187). Sum of RGB (Red+Green+Blue) = 169+17+187=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #A911BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A911BB is #56EE44. Grayscale: #515151. Windows color (decimal): -5697093 or 12259753. OLE color: 12259753.

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

Color convert

RGB 169 17 187 -
CMYK 0.10 0.91 0 0.27
HSL 293.65º 0.83% 0.4% -
HSV(B) 293.65º 0.91% 0.73% -
XYZ 25.53 12.42 48.07 -
YUV 81.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 169 17 187 0.10 0.91 0 0.27 293.65 0.83 0.4
Hex A9 11 BB A 5B 0 1B 126 53 28
Octal 251 21 273 12 133 0 33 446 123 50
Binary 10101001 10001 10111011 1010 1011011 0 11011 100100110 1010011 101000

Color Harmonies of #A911BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A911BB

Black with #A911BB

Text Example


Text Example

White with #A911BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A911BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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