Html Css Color HEX #A811C9 Dark Violet

📋 copy color: '#A811C9'

red 168 ◦ green 17 ◦ blue 201

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

Shades of Dark Violet #A811C9

Tints of Dark Violet #A811C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.07%

R = 43.52%
G = 4.4%
B = 52.07%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A811C9 (or 0xA811C9) is known color: Dark Violet. HEX triplet: A8, 11 and C9. RGB value is (168,17,201). Sum of RGB (Red+Green+Blue) = 168+17+201=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #A811C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811C9 is #57EE36. Grayscale: #525252. Windows color (decimal): -5762615 or 13177256. OLE color: 13177256.

HSL color Cylindrical-coordinate representation of color #A811C9: hue angle of 289.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A811C9 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 17 201 -
CMYK 0.16 0.92 0 0.21
HSL 289.24º 0.84% 0.43% -
HSV(B) 289.24º 0.92% 0.79% -
XYZ 26.89 12.94 56.34 -
YUV 83.13 194.53 188.54 -
System Red Green Blue C M Y K H S L
Decimal 168 17 201 0.16 0.92 0 0.21 289.24 0.84 0.43
Hex A8 11 C9 10 5C 0 15 121 54 2B
Octal 250 21 311 20 134 0 25 441 124 53
Binary 10101000 10001 11001001 10000 1011100 0 10101 100100001 1010100 101011

Color Harmonies of #A811C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811C9

Black with #A811C9

Text Example


Text Example

White with #A811C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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