Html Css Color HEX #A616EC Dark Violet

📋 copy color: '#A616EC'

red 166 ◦ green 22 ◦ blue 236

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

Shades of Dark Violet #A616EC

Tints of Dark Violet #A616EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.66%

R = 39.15%
G = 5.19%
B = 55.66%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A616EC (or 0xA616EC) is known color: Dark Violet. HEX triplet: A6, 16 and EC. RGB value is (166,22,236). Sum of RGB (Red+Green+Blue) = 166+22+236=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #A616EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A616EC is #59E913. Grayscale: #585858. Windows color (decimal): -5892372 or 15472294. OLE color: 15472294.

HSL color Cylindrical-coordinate representation of color #A616EC: hue angle of 280.37º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A616EC is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 22 236 -
CMYK 0.30 0.91 0 0.07
HSL 280.37º 0.85% 0.51% -
HSV(B) 280.37º 0.91% 0.93% -
XYZ 31.15 14.74 80.56 -
YUV 89.45 210.71 182.6 -
System Red Green Blue C M Y K H S L
Decimal 166 22 236 0.30 0.91 0 0.07 280.37 0.85 0.51
Hex A6 16 EC 1E 5B 0 7 118 55 33
Octal 246 26 354 36 133 0 7 430 125 63
Binary 10100110 10110 11101100 11110 1011011 0 111 100011000 1010101 110011

Color Harmonies of #A616EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616EC

Black with #A616EC

Text Example


Text Example

White with #A616EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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