Html Css Color HEX #A61985 Dark Purple

📋 copy color: '#A61985'

red 166 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #A61985

Tints of Dark Purple #A61985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 51.23%
G = 7.72%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A61985 (or 0xA61985) is known color: Dark Purple. HEX triplet: A6, 19 and 85. RGB value is (166,25,133). Sum of RGB (Red+Green+Blue) = 166+25+133=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A61985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61985 is #59E67A. Grayscale: #4F4F4F. Windows color (decimal): -5891707 or 8722854. OLE color: 8722854.

HSL color Cylindrical-coordinate representation of color #A61985: hue angle of 314.04º 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 #A61985 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 133 -
CMYK 0 0.85 0.20 0.35
HSL 314.04º 0.74% 0.37% -
HSV(B) 314.04º 0.85% 0.65% -
XYZ 20.31 10.5 23.15 -
YUV 79.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 166 25 133 0 0.85 0.20 0.35 314.04 0.74 0.37
Hex A6 19 85 0 55 14 23 13A 4A 25
Octal 246 31 205 0 125 24 43 472 112 45
Binary 10100110 11001 10000101 0 1010101 10100 100011 100111010 1001010 100101

Color Harmonies of #A61985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61985

Black with #A61985

Text Example


Text Example

White with #A61985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61985; }

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

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

background-color css

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

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

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

border-color css

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

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

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