Html Css Color HEX #A40FD0 Dark Violet

📋 copy color: '#A40FD0'

red 164 ◦ green 15 ◦ blue 208

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

Shades of Dark Violet #A40FD0

Tints of Dark Violet #A40FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.75%

R = 42.38%
G = 3.88%
B = 53.75%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A40FD0 (or 0xA40FD0) is known color: Dark Violet. HEX triplet: A4, 0F and D0. RGB value is (164,15,208). Sum of RGB (Red+Green+Blue) = 164+15+208=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #A40FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FD0 is #5BF02F. Grayscale: #505050. Windows color (decimal): -6025264 or 13635492. OLE color: 13635492.

HSL color Cylindrical-coordinate representation of color #A40FD0: hue angle of 286.32º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FD0 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 15 208 -
CMYK 0.21 0.93 0 0.18
HSL 286.32º 0.87% 0.44% -
HSV(B) 286.32º 0.93% 0.82% -
XYZ 26.87 12.79 60.73 -
YUV 81.55 199.36 186.81 -
System Red Green Blue C M Y K H S L
Decimal 164 15 208 0.21 0.93 0 0.18 286.32 0.87 0.44
Hex A4 F D0 15 5D 0 12 11E 57 2C
Octal 244 17 320 25 135 0 22 436 127 54
Binary 10100100 1111 11010000 10101 1011101 0 10010 100011110 1010111 101100

Color Harmonies of #A40FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FD0

Black with #A40FD0

Text Example


Text Example

White with #A40FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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