Html Css Color HEX #A406ED Dark Violet

📋 copy color: '#A406ED'

red 164 ◦ green 6 ◦ blue 237

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

Shades of Dark Violet #A406ED

Tints of Dark Violet #A406ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.23%

R = 40.29%
G = 1.47%
B = 58.23%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A406ED (or 0xA406ED) is known color: Dark Violet. HEX triplet: A4, 06 and ED. RGB value is (164,6,237). Sum of RGB (Red+Green+Blue) = 164+6+237=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #A406ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A406ED is #5BF912. Grayscale: #4E4E4E. Windows color (decimal): -6027539 or 15533732. OLE color: 15533732.

HSL color Cylindrical-coordinate representation of color #A406ED: hue angle of 281.04º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406ED is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 6 237 -
CMYK 0.31 0.97 0 0.07
HSL 281.04º 0.95% 0.48% -
HSV(B) 281.04º 0.97% 0.93% -
XYZ 30.66 14.14 81.23 -
YUV 79.58 216.85 188.22 -
System Red Green Blue C M Y K H S L
Decimal 164 6 237 0.31 0.97 0 0.07 281.04 0.95 0.48
Hex A4 6 ED 1F 61 0 7 119 5F 30
Octal 244 6 355 37 141 0 7 431 137 60
Binary 10100100 110 11101101 11111 1100001 0 111 100011001 1011111 110000

Color Harmonies of #A406ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406ED

Black with #A406ED

Text Example


Text Example

White with #A406ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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