Html Css Color HEX #A616C4 Dark Violet

📋 copy color: '#A616C4'

red 166 ◦ green 22 ◦ blue 196

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

Shades of Dark Violet #A616C4

Tints of Dark Violet #A616C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 51.04%

R = 43.23%
G = 5.73%
B = 51.04%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A616C4 (or 0xA616C4) is known color: Dark Violet. HEX triplet: A6, 16 and C4. RGB value is (166,22,196). Sum of RGB (Red+Green+Blue) = 166+22+196=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #A616C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616C4 is #59E93B. Grayscale: #545454. Windows color (decimal): -5892412 or 12850854. OLE color: 12850854.

HSL color Cylindrical-coordinate representation of color #A616C4: hue angle of 289.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A616C4 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 22 196 -
CMYK 0.15 0.89 0 0.23
HSL 289.66º 0.8% 0.43% -
HSV(B) 289.66º 0.89% 0.77% -
XYZ 25.98 12.67 53.3 -
YUV 84.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 166 22 196 0.15 0.89 0 0.23 289.66 0.8 0.43
Hex A6 16 C4 F 59 0 17 122 50 2B
Octal 246 26 304 17 131 0 27 442 120 53
Binary 10100110 10110 11000100 1111 1011001 0 10111 100100010 1010000 101011

Color Harmonies of #A616C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616C4

Black with #A616C4

Text Example


Text Example

White with #A616C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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