Html Css Color HEX #A400E5 Dark Violet

📋 copy color: '#A400E5'

red 164 ◦ green 0 ◦ blue 229

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

Shades of Dark Violet #A400E5

Tints of Dark Violet #A400E5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 229 (89.84% from 255) = 58.27%

R = 41.73%
G = 0%
B = 58.27%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A400E5 (or 0xA400E5) is known color: Dark Violet. HEX triplet: A4, 00 and E5. RGB value is (164,0,229). Sum of RGB (Red+Green+Blue) = 164+0+229=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 229 (89.84% from 255 or 58.27% from 393); Max value from RGB is 229 - color contains mainly: blue. Hex color #A400E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400E5 is #5BFF1A. Grayscale: #4A4A4A. Windows color (decimal): -6029083 or 15007908. OLE color: 15007908.

HSL color Cylindrical-coordinate representation of color #A400E5: hue angle of 282.97º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400E5 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 0 229 -
CMYK 0.28 1 0 0.10
HSL 282.97º 1% 0.45% -
HSV(B) 282.97º 1% 0.9% -
XYZ 29.45 13.55 75.19 -
YUV 75.14 214.83 191.38 -
System Red Green Blue C M Y K H S L
Decimal 164 0 229 0.28 1 0 0.10 282.97 1 0.45
Hex A4 0 E5 1C 64 0 A 11B 64 2D
Octal 244 0 345 34 144 0 12 433 144 55
Binary 10100100 0 11100101 11100 1100100 0 1010 100011011 1100100 101101

Color Harmonies of #A400E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400E5

Black with #A400E5

Text Example


Text Example

White with #A400E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400E5; }

 p { color: rgb(164,0,229); }

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

background-color css

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

 a { background-color: rgb(164,0,229); }

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

border-color css

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

 span { border-color: rgb(164,0,229); }

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