Html Css Color HEX #A811C0 Dark Violet

📋 copy color: '#A811C0'

red 168 ◦ green 17 ◦ blue 192

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

Shades of Dark Violet #A811C0

Tints of Dark Violet #A811C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.93%

R = 44.56%
G = 4.51%
B = 50.93%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A811C0 (or 0xA811C0) is known color: Dark Violet. HEX triplet: A8, 11 and C0. RGB value is (168,17,192). Sum of RGB (Red+Green+Blue) = 168+17+192=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #A811C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811C0 is #57EE3F. Grayscale: #515151. Windows color (decimal): -5762624 or 12587432. OLE color: 12587432.

HSL color Cylindrical-coordinate representation of color #A811C0: hue angle of 291.77º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811C0 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 17 192 -
CMYK 0.12 0.91 0 0.25
HSL 291.77º 0.84% 0.41% -
HSV(B) 291.77º 0.91% 0.75% -
XYZ 25.86 12.53 50.92 -
YUV 82.1 190.03 189.27 -
System Red Green Blue C M Y K H S L
Decimal 168 17 192 0.12 0.91 0 0.25 291.77 0.84 0.41
Hex A8 11 C0 C 5B 0 19 124 54 29
Octal 250 21 300 14 133 0 31 444 124 51
Binary 10101000 10001 11000000 1100 1011011 0 11001 100100100 1010100 101001

Color Harmonies of #A811C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811C0

Black with #A811C0

Text Example


Text Example

White with #A811C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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