Html Css Color HEX #A409ED Dark Violet

📋 copy color: '#A409ED'

red 164 ◦ green 9 ◦ blue 237

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

Shades of Dark Violet #A409ED

Tints of Dark Violet #A409ED

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.2%

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

R = 40%
G = 2.2%
B = 57.8%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A409ED (or 0xA409ED) is known color: Dark Violet. HEX triplet: A4, 09 and ED. RGB value is (164,9,237). Sum of RGB (Red+Green+Blue) = 164+9+237=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #A409ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A409ED is #5BF612. Grayscale: #505050. Windows color (decimal): -6026771 or 15534500. OLE color: 15534500.

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

Color convert

RGB 164 9 237 -
CMYK 0.31 0.96 0 0.07
HSL 280.79º 0.93% 0.48% -
HSV(B) 280.79º 0.96% 0.93% -
XYZ 30.69 14.2 81.24 -
YUV 81.34 215.85 186.96 -
System Red Green Blue C M Y K H S L
Decimal 164 9 237 0.31 0.96 0 0.07 280.79 0.93 0.48
Hex A4 9 ED 1F 60 0 7 119 5D 30
Octal 244 11 355 37 140 0 7 431 135 60
Binary 10100100 1001 11101101 11111 1100000 0 111 100011001 1011101 110000

Color Harmonies of #A409ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409ED

Black with #A409ED

Text Example


Text Example

White with #A409ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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