Html Css Color HEX #A406DC Dark Violet

📋 copy color: '#A406DC'

red 164 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #A406DC

Tints of Dark Violet #A406DC

RGB

 RED value IS 164 (64.45% from 255) = 42.05%

 GREEN value IS 6 (2.73% from 255) = 1.54%

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

R = 42.05%
G = 1.54%
B = 56.41%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A406DC (or 0xA406DC) is known color: Dark Violet. HEX triplet: A4, 06 and DC. RGB value is (164,6,220). Sum of RGB (Red+Green+Blue) = 164+6+220=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #A406DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406DC is #5BF923. Grayscale: #4C4C4C. Windows color (decimal): -6027556 or 14419620. OLE color: 14419620.

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

Color convert

RGB 164 6 220 -
CMYK 0.25 0.97 0 0.14
HSL 284.3º 0.95% 0.44% -
HSV(B) 284.3º 0.97% 0.86% -
XYZ 28.29 13.19 68.76 -
YUV 77.64 208.35 189.6 -
System Red Green Blue C M Y K H S L
Decimal 164 6 220 0.25 0.97 0 0.14 284.3 0.95 0.44
Hex A4 6 DC 19 61 0 E 11C 5F 2C
Octal 244 6 334 31 141 0 16 434 137 54
Binary 10100100 110 11011100 11001 1100001 0 1110 100011100 1011111 101100

Color Harmonies of #A406DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406DC

Black with #A406DC

Text Example


Text Example

White with #A406DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406DC; }

 p { color: rgb(164,6,220); }

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

background-color css

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

 a { background-color: rgb(164,6,220); }

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

border-color css

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

 span { border-color: rgb(164,6,220); }

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