Html Css Color HEX #A409EB Dark Violet

📋 copy color: '#A409EB'

red 164 ◦ green 9 ◦ blue 235

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

Shades of Dark Violet #A409EB

Tints of Dark Violet #A409EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.6%

R = 40.2%
G = 2.21%
B = 57.6%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A409EB (or 0xA409EB) is known color: Dark Violet. HEX triplet: A4, 09 and EB. RGB value is (164,9,235). Sum of RGB (Red+Green+Blue) = 164+9+235=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #A409EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A409EB is #5BF614. Grayscale: #505050. Windows color (decimal): -6026773 or 15403428. OLE color: 15403428.

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

Color convert

RGB 164 9 235 -
CMYK 0.30 0.96 0 0.08
HSL 281.15º 0.93% 0.48% -
HSV(B) 281.15º 0.96% 0.92% -
XYZ 30.4 14.09 79.71 -
YUV 81.11 214.85 187.12 -
System Red Green Blue C M Y K H S L
Decimal 164 9 235 0.30 0.96 0 0.08 281.15 0.93 0.48
Hex A4 9 EB 1E 60 0 8 119 5D 30
Octal 244 11 353 36 140 0 10 431 135 60
Binary 10100100 1001 11101011 11110 1100000 0 1000 100011001 1011101 110000

Color Harmonies of #A409EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409EB

Black with #A409EB

Text Example


Text Example

White with #A409EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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