Html Css Color HEX #A406E3 Dark Violet

📋 copy color: '#A406E3'

red 164 ◦ green 6 ◦ blue 227

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

Shades of Dark Violet #A406E3

Tints of Dark Violet #A406E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 57.18%

R = 41.31%
G = 1.51%
B = 57.18%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A406E3 (or 0xA406E3) is known color: Dark Violet. HEX triplet: A4, 06 and E3. RGB value is (164,6,227). Sum of RGB (Red+Green+Blue) = 164+6+227=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 227 (89.06% from 255 or 57.18% from 397); Max value from RGB is 227 - color contains mainly: blue. Hex color #A406E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406E3 is #5BF91C. Grayscale: #4D4D4D. Windows color (decimal): -6027549 or 14878372. OLE color: 14878372.

HSL color Cylindrical-coordinate representation of color #A406E3: hue angle of 282.9º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406E3 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 6 227 -
CMYK 0.28 0.97 0 0.11
HSL 282.9º 0.95% 0.46% -
HSV(B) 282.9º 0.97% 0.89% -
XYZ 29.24 13.57 73.75 -
YUV 78.44 211.85 189.03 -
System Red Green Blue C M Y K H S L
Decimal 164 6 227 0.28 0.97 0 0.11 282.9 0.95 0.46
Hex A4 6 E3 1C 61 0 B 11B 5F 2E
Octal 244 6 343 34 141 0 13 433 137 56
Binary 10100100 110 11100011 11100 1100001 0 1011 100011011 1011111 101110

Color Harmonies of #A406E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406E3

Black with #A406E3

Text Example


Text Example

White with #A406E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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