Html Css Color HEX #A616D7 Dark Violet

📋 copy color: '#A616D7'

red 166 ◦ green 22 ◦ blue 215

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

Shades of Dark Violet #A616D7

Tints of Dark Violet #A616D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.35%

R = 41.19%
G = 5.46%
B = 53.35%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A616D7 (or 0xA616D7) is known color: Dark Violet. HEX triplet: A6, 16 and D7. RGB value is (166,22,215). Sum of RGB (Red+Green+Blue) = 166+22+215=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #A616D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616D7 is #59E928. Grayscale: #565656. Windows color (decimal): -5892393 or 14096038. OLE color: 14096038.

HSL color Cylindrical-coordinate representation of color #A616D7: hue angle of 284.77º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A616D7 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 22 215 -
CMYK 0.23 0.90 0 0.16
HSL 284.77º 0.81% 0.46% -
HSV(B) 284.77º 0.9% 0.84% -
XYZ 28.28 13.59 65.42 -
YUV 87.06 200.21 184.31 -
System Red Green Blue C M Y K H S L
Decimal 166 22 215 0.23 0.90 0 0.16 284.77 0.81 0.46
Hex A6 16 D7 17 5A 0 10 11D 51 2E
Octal 246 26 327 27 132 0 20 435 121 56
Binary 10100110 10110 11010111 10111 1011010 0 10000 100011101 1010001 101110

Color Harmonies of #A616D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616D7

Black with #A616D7

Text Example


Text Example

White with #A616D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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