Html Css Color HEX #A40AED Dark Violet

📋 copy color: '#A40AED'

red 164 ◦ green 10 ◦ blue 237

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

Shades of Dark Violet #A40AED

Tints of Dark Violet #A40AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

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

R = 39.9%
G = 2.43%
B = 57.66%

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

#A40AED (or 0xA40AED) is known color: Dark Violet. HEX triplet: A4, 0A and ED. RGB value is (164,10,237). Sum of RGB (Red+Green+Blue) = 164+10+237=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #A40AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40AED is #5BF512. Grayscale: #515151. Windows color (decimal): -6026515 or 15534756. OLE color: 15534756.

HSL color Cylindrical-coordinate representation of color #A40AED: hue angle of 280.7º degrees, saturation: 0.92, 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 #A40AED is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 10 237 -
CMYK 0.31 0.96 0 0.07
HSL 280.7º 0.92% 0.48% -
HSV(B) 280.7º 0.96% 0.93% -
XYZ 30.7 14.22 81.25 -
YUV 81.92 215.52 186.54 -
System Red Green Blue C M Y K H S L
Decimal 164 10 237 0.31 0.96 0 0.07 280.7 0.92 0.48
Hex A4 A ED 1F 60 0 7 119 5C 30
Octal 244 12 355 37 140 0 7 431 134 60
Binary 10100100 1010 11101101 11111 1100000 0 111 100011001 1011100 110000

Color Harmonies of #A40AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AED

Black with #A40AED

Text Example


Text Example

White with #A40AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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