Html Css Color HEX #A406D0 Dark Violet

📋 copy color: '#A406D0'

red 164 ◦ green 6 ◦ blue 208

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

Shades of Dark Violet #A406D0

Tints of Dark Violet #A406D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.03%

R = 43.39%
G = 1.59%
B = 55.03%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A406D0 (or 0xA406D0) is known color: Dark Violet. HEX triplet: A4, 06 and D0. RGB value is (164,6,208). Sum of RGB (Red+Green+Blue) = 164+6+208=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #A406D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406D0 is #5BF92F. Grayscale: #4B4B4B. Windows color (decimal): -6027568 or 13633188. OLE color: 13633188.

HSL color Cylindrical-coordinate representation of color #A406D0: hue angle of 286.93º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406D0 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 6 208 -
CMYK 0.21 0.97 0 0.18
HSL 286.93º 0.94% 0.42% -
HSV(B) 286.93º 0.97% 0.82% -
XYZ 26.76 12.58 60.69 -
YUV 76.27 202.35 190.57 -
System Red Green Blue C M Y K H S L
Decimal 164 6 208 0.21 0.97 0 0.18 286.93 0.94 0.42
Hex A4 6 D0 15 61 0 12 11F 5E 2A
Octal 244 6 320 25 141 0 22 437 136 52
Binary 10100100 110 11010000 10101 1100001 0 10010 100011111 1011110 101010

Color Harmonies of #A406D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406D0

Black with #A406D0

Text Example


Text Example

White with #A406D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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