Html Css Color HEX #A40FD8 Dark Violet

📋 copy color: '#A40FD8'

red 164 ◦ green 15 ◦ blue 216

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

Shades of Dark Violet #A40FD8

Tints of Dark Violet #A40FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.68%

R = 41.52%
G = 3.8%
B = 54.68%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A40FD8 (or 0xA40FD8) is known color: Dark Violet. HEX triplet: A4, 0F and D8. RGB value is (164,15,216). Sum of RGB (Red+Green+Blue) = 164+15+216=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #A40FD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FD8 is #5BF027. Grayscale: #515151. Windows color (decimal): -6025256 or 14159780. OLE color: 14159780.

HSL color Cylindrical-coordinate representation of color #A40FD8: hue angle of 284.48º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FD8 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 15 216 -
CMYK 0.24 0.93 0 0.15
HSL 284.48º 0.87% 0.45% -
HSV(B) 284.48º 0.93% 0.85% -
XYZ 27.88 13.19 66.04 -
YUV 82.47 203.36 186.16 -
System Red Green Blue C M Y K H S L
Decimal 164 15 216 0.24 0.93 0 0.15 284.48 0.87 0.45
Hex A4 F D8 18 5D 0 F 11C 57 2D
Octal 244 17 330 30 135 0 17 434 127 55
Binary 10100100 1111 11011000 11000 1011101 0 1111 100011100 1010111 101101

Color Harmonies of #A40FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FD8

Black with #A40FD8

Text Example


Text Example

White with #A40FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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