Html Css Color HEX #A400DE Dark Violet

📋 copy color: '#A400DE'

red 164 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #A400DE

Tints of Dark Violet #A400DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 42.49%
G = 0%
B = 57.51%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A400DE (or 0xA400DE) is known color: Dark Violet. HEX triplet: A4, 00 and DE. RGB value is (164,0,222). Sum of RGB (Red+Green+Blue) = 164+0+222=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #A400DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400DE is #5BFF21. Grayscale: #494949. Windows color (decimal): -6029090 or 14549156. OLE color: 14549156.

HSL color Cylindrical-coordinate representation of color #A400DE: hue angle of 284.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400DE is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 0 222 -
CMYK 0.26 1 0 0.13
HSL 284.32º 1% 0.44% -
HSV(B) 284.32º 1% 0.87% -
XYZ 28.49 13.17 70.15 -
YUV 74.34 211.33 191.95 -
System Red Green Blue C M Y K H S L
Decimal 164 0 222 0.26 1 0 0.13 284.32 1 0.44
Hex A4 0 DE 1A 64 0 D 11C 64 2C
Octal 244 0 336 32 144 0 15 434 144 54
Binary 10100100 0 11011110 11010 1100100 0 1101 100011100 1100100 101100

Color Harmonies of #A400DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400DE

Black with #A400DE

Text Example


Text Example

White with #A400DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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