Html Css Color HEX #A400DC Dark Violet

📋 copy color: '#A400DC'

red 164 ◦ green 0 ◦ blue 220

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

Shades of Dark Violet #A400DC

Tints of Dark Violet #A400DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.29%

R = 42.71%
G = 0%
B = 57.29%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A400DC (or 0xA400DC) is known color: Dark Violet. HEX triplet: A4, 00 and DC. RGB value is (164,0,220). Sum of RGB (Red+Green+Blue) = 164+0+220=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #A400DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400DC is #5BFF23. Grayscale: #494949. Windows color (decimal): -6029092 or 14418084. OLE color: 14418084.

HSL color Cylindrical-coordinate representation of color #A400DC: hue angle of 284.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400DC is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 0 220 -
CMYK 0.25 1 0 0.14
HSL 284.73º 1% 0.43% -
HSV(B) 284.73º 1% 0.86% -
XYZ 28.23 13.06 68.74 -
YUV 74.12 210.33 192.11 -
System Red Green Blue C M Y K H S L
Decimal 164 0 220 0.25 1 0 0.14 284.73 1 0.43
Hex A4 0 DC 19 64 0 E 11D 64 2B
Octal 244 0 334 31 144 0 16 435 144 53
Binary 10100100 0 11011100 11001 1100100 0 1110 100011101 1100100 101011

Color Harmonies of #A400DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400DC

Black with #A400DC

Text Example


Text Example

White with #A400DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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