Html Css Color HEX #A40FDF Dark Violet

📋 copy color: '#A40FDF'

red 164 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #A40FDF

Tints of Dark Violet #A40FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 40.8%
G = 3.73%
B = 55.47%

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

#A40FDF (or 0xA40FDF) is known color: Dark Violet. HEX triplet: A4, 0F and DF. RGB value is (164,15,223). Sum of RGB (Red+Green+Blue) = 164+15+223=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #A40FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FDF is #5BF020. Grayscale: #525252. Windows color (decimal): -6025249 or 14618532. OLE color: 14618532.

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

Color convert

RGB 164 15 223 -
CMYK 0.26 0.93 0 0.13
HSL 282.98º 0.87% 0.47% -
HSV(B) 282.98º 0.93% 0.87% -
XYZ 28.8 13.56 70.91 -
YUV 83.26 206.86 185.59 -
System Red Green Blue C M Y K H S L
Decimal 164 15 223 0.26 0.93 0 0.13 282.98 0.87 0.47
Hex A4 F DF 1A 5D 0 D 11B 57 2F
Octal 244 17 337 32 135 0 15 433 127 57
Binary 10100100 1111 11011111 11010 1011101 0 1101 100011011 1010111 101111

Color Harmonies of #A40FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FDF

Black with #A40FDF

Text Example


Text Example

White with #A40FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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