Html Css Color HEX #A410B7 Dark Violet

📋 copy color: '#A410B7'

red 164 ◦ green 16 ◦ blue 183

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

Shades of Dark Violet #A410B7

Tints of Dark Violet #A410B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.41%

R = 45.18%
G = 4.41%
B = 50.41%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A410B7 (or 0xA410B7) is known color: Dark Violet. HEX triplet: A4, 10 and B7. RGB value is (164,16,183). Sum of RGB (Red+Green+Blue) = 164+16+183=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #A410B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410B7 is #5BEF48. Grayscale: #4E4E4E. Windows color (decimal): -6025033 or 11997348. OLE color: 11997348.

HSL color Cylindrical-coordinate representation of color #A410B7: hue angle of 293.17º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A410B7 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 16 183 -
CMYK 0.10 0.91 0 0.28
HSL 293.17º 0.84% 0.39% -
HSV(B) 293.17º 0.91% 0.72% -
XYZ 24.04 11.68 45.79 -
YUV 79.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 164 16 183 0.10 0.91 0 0.28 293.17 0.84 0.39
Hex A4 10 B7 A 5B 0 1C 125 54 27
Octal 244 20 267 12 133 0 34 445 124 47
Binary 10100100 10000 10110111 1010 1011011 0 11100 100100101 1010100 100111

Color Harmonies of #A410B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410B7

Black with #A410B7

Text Example


Text Example

White with #A410B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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