Html Css Color HEX #A614DC Dark Violet

📋 copy color: '#A614DC'

red 166 ◦ green 20 ◦ blue 220

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

Shades of Dark Violet #A614DC

Tints of Dark Violet #A614DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.93%

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 40.89%
G = 4.93%
B = 54.19%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A614DC (or 0xA614DC) is known color: Dark Violet. HEX triplet: A6, 14 and DC. RGB value is (166,20,220). Sum of RGB (Red+Green+Blue) = 166+20+220=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #A614DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614DC is #59EB23. Grayscale: #555555. Windows color (decimal): -5892900 or 14423206. OLE color: 14423206.

HSL color Cylindrical-coordinate representation of color #A614DC: hue angle of 283.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A614DC is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 20 220 -
CMYK 0.25 0.91 0 0.14
HSL 283.8º 0.83% 0.47% -
HSV(B) 283.8º 0.91% 0.86% -
XYZ 28.89 13.77 68.85 -
YUV 86.45 203.37 184.74 -
System Red Green Blue C M Y K H S L
Decimal 166 20 220 0.25 0.91 0 0.14 283.8 0.83 0.47
Hex A6 14 DC 19 5B 0 E 11C 53 2F
Octal 246 24 334 31 133 0 16 434 123 57
Binary 10100110 10100 11011100 11001 1011011 0 1110 100011100 1010011 101111

Color Harmonies of #A614DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614DC

Black with #A614DC

Text Example


Text Example

White with #A614DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614DC; }

 p { color: rgb(166,20,220); }

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

background-color css

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

 a { background-color: rgb(166,20,220); }

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

border-color css

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

 span { border-color: rgb(166,20,220); }

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