Html Css Color HEX #A616C9 Dark Violet

📋 copy color: '#A616C9'

red 166 ◦ green 22 ◦ blue 201

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

Shades of Dark Violet #A616C9

Tints of Dark Violet #A616C9

RGB

 RED value IS 166 (65.23% from 255) = 42.67%

 GREEN value IS 22 (8.98% from 255) = 5.66%

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

R = 42.67%
G = 5.66%
B = 51.67%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A616C9 (or 0xA616C9) is known color: Dark Violet. HEX triplet: A6, 16 and C9. RGB value is (166,22,201). Sum of RGB (Red+Green+Blue) = 166+22+201=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #A616C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616C9 is #59E936. Grayscale: #545454. Windows color (decimal): -5892407 or 13178534. OLE color: 13178534.

HSL color Cylindrical-coordinate representation of color #A616C9: hue angle of 288.27º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A616C9 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 22 201 -
CMYK 0.17 0.89 0 0.21
HSL 288.27º 0.8% 0.44% -
HSV(B) 288.27º 0.89% 0.79% -
XYZ 26.56 12.9 56.35 -
YUV 85.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 166 22 201 0.17 0.89 0 0.21 288.27 0.8 0.44
Hex A6 16 C9 11 59 0 15 120 50 2C
Octal 246 26 311 21 131 0 25 440 120 54
Binary 10100110 10110 11001001 10001 1011001 0 10101 100100000 1010000 101100

Color Harmonies of #A616C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616C9

Black with #A616C9

Text Example


Text Example

White with #A616C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616C9; }

 p { color: rgb(166,22,201); }

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

background-color css

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

 a { background-color: rgb(166,22,201); }

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

border-color css

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

 span { border-color: rgb(166,22,201); }

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