Html Css Color HEX #A711BC Dark Violet

📋 copy color: '#A711BC'

red 167 ◦ green 17 ◦ blue 188

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

Shades of Dark Violet #A711BC

Tints of Dark Violet #A711BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 44.89%
G = 4.57%
B = 50.54%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A711BC (or 0xA711BC) is known color: Dark Violet. HEX triplet: A7, 11 and BC. RGB value is (167,17,188). Sum of RGB (Red+Green+Blue) = 167+17+188=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #A711BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A711BC is #58EE43. Grayscale: #505050. Windows color (decimal): -5828164 or 12325287. OLE color: 12325287.

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

Color convert

RGB 167 17 188 -
CMYK 0.11 0.91 0 0.26
HSL 292.63º 0.83% 0.4% -
HSV(B) 292.63º 0.91% 0.74% -
XYZ 25.21 12.25 48.61 -
YUV 81.34 188.2 189.1 -
System Red Green Blue C M Y K H S L
Decimal 167 17 188 0.11 0.91 0 0.26 292.63 0.83 0.4
Hex A7 11 BC B 5B 0 1A 125 53 28
Octal 247 21 274 13 133 0 32 445 123 50
Binary 10100111 10001 10111100 1011 1011011 0 11010 100100101 1010011 101000

Color Harmonies of #A711BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A711BC

Black with #A711BC

Text Example


Text Example

White with #A711BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A711BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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