Html Css Color HEX #A400EC Dark Violet

📋 copy color: '#A400EC'

red 164 ◦ green 0 ◦ blue 236

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

Shades of Dark Violet #A400EC

Tints of Dark Violet #A400EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59%

R = 41%
G = 0%
B = 59%

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

#A400EC (or 0xA400EC) is known color: Dark Violet. HEX triplet: A4, 00 and EC. RGB value is (164,0,236). Sum of RGB (Red+Green+Blue) = 164+0+236=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #A400EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A400EC is #5BFF13. Grayscale: #4B4B4B. Windows color (decimal): -6029076 or 15466660. OLE color: 15466660.

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

Color convert

RGB 164 0 236 -
CMYK 0.31 1 0 0.07
HSL 281.69º 1% 0.46% -
HSV(B) 281.69º 1% 0.93% -
XYZ 30.45 13.95 80.44 -
YUV 75.94 218.33 190.81 -
System Red Green Blue C M Y K H S L
Decimal 164 0 236 0.31 1 0 0.07 281.69 1 0.46
Hex A4 0 EC 1F 64 0 7 11A 64 2E
Octal 244 0 354 37 144 0 7 432 144 56
Binary 10100100 0 11101100 11111 1100100 0 111 100011010 1100100 101110

Color Harmonies of #A400EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400EC

Black with #A400EC

Text Example


Text Example

White with #A400EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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