Html Css Color HEX #A711BA Dark Violet

📋 copy color: '#A711BA'

red 167 ◦ green 17 ◦ blue 186

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

Shades of Dark Violet #A711BA

Tints of Dark Violet #A711BA

RGB

 RED value IS 167 (65.63% from 255) = 45.14%

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 45.14%
G = 4.59%
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

#A711BA (or 0xA711BA) is known color: Dark Violet. HEX triplet: A7, 11 and BA. RGB value is (167,17,186). Sum of RGB (Red+Green+Blue) = 167+17+186=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #A711BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A711BA is #58EE45. Grayscale: #505050. Windows color (decimal): -5828166 or 12194215. OLE color: 12194215.

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

Color convert

RGB 167 17 186 -
CMYK 0.10 0.91 0 0.27
HSL 293.25º 0.83% 0.4% -
HSV(B) 293.25º 0.91% 0.73% -
XYZ 25 12.16 47.48 -
YUV 81.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 167 17 186 0.10 0.91 0 0.27 293.25 0.83 0.4
Hex A7 11 BA A 5B 0 1B 125 53 28
Octal 247 21 272 12 133 0 33 445 123 50
Binary 10100111 10001 10111010 1010 1011011 0 11011 100100101 1010011 101000

Color Harmonies of #A711BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A711BA

Black with #A711BA

Text Example


Text Example

White with #A711BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A711BA; }

 p { color: rgb(167,17,186); }

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

background-color css

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

 a { background-color: rgb(167,17,186); }

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

border-color css

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

 span { border-color: rgb(167,17,186); }

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