Html Css Color HEX #A41783 Dark Purple

📋 copy color: '#A41783'

red 164 ◦ green 23 ◦ blue 131

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

Shades of Dark Purple #A41783

Tints of Dark Purple #A41783

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.23%

 BLUE value IS 131 (51.56% from 255) = 41.19%

R = 51.57%
G = 7.23%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A41783 (or 0xA41783) is known color: Dark Purple. HEX triplet: A4, 17 and 83. RGB value is (164,23,131). Sum of RGB (Red+Green+Blue) = 164+23+131=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A41783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41783 is #5BE87C. Grayscale: #4D4D4D. Windows color (decimal): -6023293 or 8591268. OLE color: 8591268.

HSL color Cylindrical-coordinate representation of color #A41783: hue angle of 314.04º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41783 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 23 131 -
CMYK 0 0.86 0.20 0.36
HSL 314.04º 0.75% 0.37% -
HSV(B) 314.04º 0.86% 0.64% -
XYZ 19.71 10.14 22.39 -
YUV 77.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 164 23 131 0 0.86 0.20 0.36 314.04 0.75 0.37
Hex A4 17 83 0 56 14 24 13A 4B 25
Octal 244 27 203 0 126 24 44 472 113 45
Binary 10100100 10111 10000011 0 1010110 10100 100100 100111010 1001011 100101

Color Harmonies of #A41783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41783

Black with #A41783

Text Example


Text Example

White with #A41783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41783; }

 p { color: rgb(164,23,131); }

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

background-color css

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

 a { background-color: rgb(164,23,131); }

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

border-color css

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

 span { border-color: rgb(164,23,131); }

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