Html Css Color HEX #A41681 Dark Purple

📋 copy color: '#A41681'

red 164 ◦ green 22 ◦ blue 129

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

Shades of Dark Purple #A41681

Tints of Dark Purple #A41681

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.98%

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 52.06%
G = 6.98%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A41681 (or 0xA41681) is known color: Dark Purple. HEX triplet: A4, 16 and 81. RGB value is (164,22,129). Sum of RGB (Red+Green+Blue) = 164+22+129=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A41681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41681 is #5BE97E. Grayscale: #4C4C4C. Windows color (decimal): -6023551 or 8459940. OLE color: 8459940.

HSL color Cylindrical-coordinate representation of color #A41681: hue angle of 314.79º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41681 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 22 129 -
CMYK 0 0.87 0.21 0.36
HSL 314.79º 0.76% 0.36% -
HSV(B) 314.79º 0.87% 0.64% -
XYZ 19.56 10.05 21.68 -
YUV 76.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 164 22 129 0 0.87 0.21 0.36 314.79 0.76 0.36
Hex A4 16 81 0 57 15 24 13B 4C 24
Octal 244 26 201 0 127 25 44 473 114 44
Binary 10100100 10110 10000001 0 1010111 10101 100100 100111011 1001100 100100

Color Harmonies of #A41681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41681

Black with #A41681

Text Example


Text Example

White with #A41681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41681; }

 p { color: rgb(164,22,129); }

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

background-color css

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

 a { background-color: rgb(164,22,129); }

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

border-color css

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

 span { border-color: rgb(164,22,129); }

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