Html Css Color HEX #A811BB Dark Violet

📋 copy color: '#A811BB'

red 168 ◦ green 17 ◦ blue 187

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

Shades of Dark Violet #A811BB

Tints of Dark Violet #A811BB

RGB

 RED value IS 168 (66.02% from 255) = 45.16%

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

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

R = 45.16%
G = 4.57%
B = 50.27%

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

#A811BB (or 0xA811BB) is known color: Dark Violet. HEX triplet: A8, 11 and BB. RGB value is (168,17,187). Sum of RGB (Red+Green+Blue) = 168+17+187=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #A811BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811BB is #57EE44. Grayscale: #515151. Windows color (decimal): -5762629 or 12259752. OLE color: 12259752.

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

Color convert

RGB 168 17 187 -
CMYK 0.10 0.91 0 0.27
HSL 293.29º 0.83% 0.4% -
HSV(B) 293.29º 0.91% 0.73% -
XYZ 25.32 12.31 48.06 -
YUV 81.53 187.53 189.68 -
System Red Green Blue C M Y K H S L
Decimal 168 17 187 0.10 0.91 0 0.27 293.29 0.83 0.4
Hex A8 11 BB A 5B 0 1B 125 53 28
Octal 250 21 273 12 133 0 33 445 123 50
Binary 10101000 10001 10111011 1010 1011011 0 11011 100100101 1010011 101000

Color Harmonies of #A811BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811BB

Black with #A811BB

Text Example


Text Example

White with #A811BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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