Html Css Color HEX #A40FDE Dark Violet

📋 copy color: '#A40FDE'

red 164 ◦ green 15 ◦ blue 222

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

Shades of Dark Violet #A40FDE

Tints of Dark Violet #A40FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.74%

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

R = 40.9%
G = 3.74%
B = 55.36%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A40FDE (or 0xA40FDE) is known color: Dark Violet. HEX triplet: A4, 0F and DE. RGB value is (164,15,222). Sum of RGB (Red+Green+Blue) = 164+15+222=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #A40FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FDE is #5BF021. Grayscale: #525252. Windows color (decimal): -6025250 or 14552996. OLE color: 14552996.

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

Color convert

RGB 164 15 222 -
CMYK 0.26 0.93 0 0.13
HSL 283.19º 0.87% 0.46% -
HSV(B) 283.19º 0.93% 0.87% -
XYZ 28.67 13.51 70.2 -
YUV 83.15 206.36 185.67 -
System Red Green Blue C M Y K H S L
Decimal 164 15 222 0.26 0.93 0 0.13 283.19 0.87 0.46
Hex A4 F DE 1A 5D 0 D 11B 57 2E
Octal 244 17 336 32 135 0 15 433 127 56
Binary 10100100 1111 11011110 11010 1011101 0 1101 100011011 1010111 101110

Color Harmonies of #A40FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FDE

Black with #A40FDE

Text Example


Text Example

White with #A40FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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