Html Css Color HEX #A410D0 Dark Violet

📋 copy color: '#A410D0'

red 164 ◦ green 16 ◦ blue 208

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

Shades of Dark Violet #A410D0

Tints of Dark Violet #A410D0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.12%

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

R = 42.27%
G = 4.12%
B = 53.61%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A410D0 (or 0xA410D0) is known color: Dark Violet. HEX triplet: A4, 10 and D0. RGB value is (164,16,208). Sum of RGB (Red+Green+Blue) = 164+16+208=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #A410D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410D0 is #5BEF2F. Grayscale: #515151. Windows color (decimal): -6025008 or 13635748. OLE color: 13635748.

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

Color convert

RGB 164 16 208 -
CMYK 0.21 0.92 0 0.18
HSL 286.25º 0.86% 0.44% -
HSV(B) 286.25º 0.92% 0.82% -
XYZ 26.88 12.82 60.73 -
YUV 82.14 199.03 186.39 -
System Red Green Blue C M Y K H S L
Decimal 164 16 208 0.21 0.92 0 0.18 286.25 0.86 0.44
Hex A4 10 D0 15 5C 0 12 11E 56 2C
Octal 244 20 320 25 134 0 22 436 126 54
Binary 10100100 10000 11010000 10101 1011100 0 10010 100011110 1010110 101100

Color Harmonies of #A410D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410D0

Black with #A410D0

Text Example


Text Example

White with #A410D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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