Html Css Color HEX #A406DD Dark Violet

📋 copy color: '#A406DD'

red 164 ◦ green 6 ◦ blue 221

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

Shades of Dark Violet #A406DD

Tints of Dark Violet #A406DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 41.94%
G = 1.53%
B = 56.52%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A406DD (or 0xA406DD) is known color: Dark Violet. HEX triplet: A4, 06 and DD. RGB value is (164,6,221). Sum of RGB (Red+Green+Blue) = 164+6+221=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #A406DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406DD is #5BF922. Grayscale: #4D4D4D. Windows color (decimal): -6027555 or 14485156. OLE color: 14485156.

HSL color Cylindrical-coordinate representation of color #A406DD: hue angle of 284.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406DD is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 6 221 -
CMYK 0.26 0.97 0 0.13
HSL 284.09º 0.95% 0.45% -
HSV(B) 284.09º 0.97% 0.87% -
XYZ 28.43 13.24 69.46 -
YUV 77.75 208.85 189.52 -
System Red Green Blue C M Y K H S L
Decimal 164 6 221 0.26 0.97 0 0.13 284.09 0.95 0.45
Hex A4 6 DD 1A 61 0 D 11C 5F 2D
Octal 244 6 335 32 141 0 15 434 137 55
Binary 10100100 110 11011101 11010 1100001 0 1101 100011100 1011111 101101

Color Harmonies of #A406DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406DD

Black with #A406DD

Text Example


Text Example

White with #A406DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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