Html Css Color HEX #A400EE Dark Violet

📋 copy color: '#A400EE'

red 164 ◦ green 0 ◦ blue 238

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

Shades of Dark Violet #A400EE

Tints of Dark Violet #A400EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 40.8%
G = 0%
B = 59.2%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A400EE (or 0xA400EE) is known color: Dark Violet. HEX triplet: A4, 00 and EE. RGB value is (164,0,238). Sum of RGB (Red+Green+Blue) = 164+0+238=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #A400EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A400EE is #5BFF11. Grayscale: #4B4B4B. Windows color (decimal): -6029074 or 15597732. OLE color: 15597732.

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

Color convert

RGB 164 0 238 -
CMYK 0.31 1 0 0.07
HSL 281.34º 1% 0.47% -
HSV(B) 281.34º 1% 0.93% -
XYZ 30.74 14.07 81.98 -
YUV 76.17 219.33 190.65 -
System Red Green Blue C M Y K H S L
Decimal 164 0 238 0.31 1 0 0.07 281.34 1 0.47
Hex A4 0 EE 1F 64 0 7 119 64 2F
Octal 244 0 356 37 144 0 7 431 144 57
Binary 10100100 0 11101110 11111 1100100 0 111 100011001 1100100 101111

Color Harmonies of #A400EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400EE

Black with #A400EE

Text Example


Text Example

White with #A400EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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