Html Css Color HEX #A406E1 Dark Violet

📋 copy color: '#A406E1'

red 164 ◦ green 6 ◦ blue 225

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

Shades of Dark Violet #A406E1

Tints of Dark Violet #A406E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.96%

R = 41.52%
G = 1.52%
B = 56.96%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A406E1 (or 0xA406E1) is known color: Dark Violet. HEX triplet: A4, 06 and E1. RGB value is (164,6,225). Sum of RGB (Red+Green+Blue) = 164+6+225=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #A406E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406E1 is #5BF91E. Grayscale: #4D4D4D. Windows color (decimal): -6027551 or 14747300. OLE color: 14747300.

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

Color convert

RGB 164 6 225 -
CMYK 0.27 0.97 0 0.12
HSL 283.29º 0.95% 0.45% -
HSV(B) 283.29º 0.97% 0.88% -
XYZ 28.97 13.46 72.31 -
YUV 78.21 210.85 189.19 -
System Red Green Blue C M Y K H S L
Decimal 164 6 225 0.27 0.97 0 0.12 283.29 0.95 0.45
Hex A4 6 E1 1B 61 0 C 11B 5F 2D
Octal 244 6 341 33 141 0 14 433 137 55
Binary 10100100 110 11100001 11011 1100001 0 1100 100011011 1011111 101101

Color Harmonies of #A406E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406E1

Black with #A406E1

Text Example


Text Example

White with #A406E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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