Html Css Color HEX #A61981 Dark Purple

📋 copy color: '#A61981'

red 166 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #A61981

Tints of Dark Purple #A61981

RGB

 RED value IS 166 (65.23% from 255) = 51.88%

 GREEN value IS 25 (10.16% from 255) = 7.81%

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

R = 51.88%
G = 7.81%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A61981 (or 0xA61981) is known color: Dark Purple. HEX triplet: A6, 19 and 81. RGB value is (166,25,129). Sum of RGB (Red+Green+Blue) = 166+25+129=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A61981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61981 is #59E67E. Grayscale: #4E4E4E. Windows color (decimal): -5891711 or 8460710. OLE color: 8460710.

HSL color Cylindrical-coordinate representation of color #A61981: hue angle of 315.74º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61981 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 129 -
CMYK 0 0.85 0.22 0.35
HSL 315.74º 0.74% 0.37% -
HSV(B) 315.74º 0.85% 0.65% -
XYZ 20.04 10.39 21.72 -
YUV 79.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 166 25 129 0 0.85 0.22 0.35 315.74 0.74 0.37
Hex A6 19 81 0 55 16 23 13C 4A 25
Octal 246 31 201 0 125 26 43 474 112 45
Binary 10100110 11001 10000001 0 1010101 10110 100011 100111100 1001010 100101

Color Harmonies of #A61981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61981

Black with #A61981

Text Example


Text Example

White with #A61981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61981; }

 p { color: rgb(166,25,129); }

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

background-color css

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

 a { background-color: rgb(166,25,129); }

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

border-color css

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

 span { border-color: rgb(166,25,129); }

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