Html Css Color HEX #A400CE Dark Violet

📋 copy color: '#A400CE'

red 164 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #A400CE

Tints of Dark Violet #A400CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 44.32%
G = 0%
B = 55.68%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A400CE (or 0xA400CE) is known color: Dark Violet. HEX triplet: A4, 00 and CE. RGB value is (164,0,206). Sum of RGB (Red+Green+Blue) = 164+0+206=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #A400CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400CE is #5BFF31. Grayscale: #474747. Windows color (decimal): -6029106 or 13500580. OLE color: 13500580.

HSL color Cylindrical-coordinate representation of color #A400CE: hue angle of 287.77º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400CE is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 0 206 -
CMYK 0.20 1 0 0.19
HSL 287.77º 1% 0.4% -
HSV(B) 287.77º 1% 0.81% -
XYZ 26.45 12.35 59.38 -
YUV 72.52 203.33 193.25 -
System Red Green Blue C M Y K H S L
Decimal 164 0 206 0.20 1 0 0.19 287.77 1 0.4
Hex A4 0 CE 14 64 0 13 120 64 28
Octal 244 0 316 24 144 0 23 440 144 50
Binary 10100100 0 11001110 10100 1100100 0 10011 100100000 1100100 101000

Color Harmonies of #A400CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400CE

Black with #A400CE

Text Example


Text Example

White with #A400CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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