Html Css Color HEX #A406C5 Dark Violet

📋 copy color: '#A406C5'

red 164 ◦ green 6 ◦ blue 197

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

Shades of Dark Violet #A406C5

Tints of Dark Violet #A406C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 53.68%

R = 44.69%
G = 1.63%
B = 53.68%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A406C5 (or 0xA406C5) is known color: Dark Violet. HEX triplet: A4, 06 and C5. RGB value is (164,6,197). Sum of RGB (Red+Green+Blue) = 164+6+197=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 197 (77.34% from 255 or 53.68% from 367); Max value from RGB is 197 - color contains mainly: blue. Hex color #A406C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406C5 is #5BF93A. Grayscale: #4A4A4A. Windows color (decimal): -6027579 or 12912292. OLE color: 12912292.

HSL color Cylindrical-coordinate representation of color #A406C5: hue angle of 289.63º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406C5 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 6 197 -
CMYK 0.17 0.97 0 0.23
HSL 289.63º 0.94% 0.4% -
HSV(B) 289.63º 0.97% 0.77% -
XYZ 25.45 12.05 53.81 -
YUV 75.02 196.85 191.47 -
System Red Green Blue C M Y K H S L
Decimal 164 6 197 0.17 0.97 0 0.23 289.63 0.94 0.4
Hex A4 6 C5 11 61 0 17 122 5E 28
Octal 244 6 305 21 141 0 27 442 136 50
Binary 10100100 110 11000101 10001 1100001 0 10111 100100010 1011110 101000

Color Harmonies of #A406C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406C5

Black with #A406C5

Text Example


Text Example

White with #A406C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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