Html Css Color HEX #A61A86 Dark Purple

📋 copy color: '#A61A86'

red 166 ◦ green 26 ◦ blue 134

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

Shades of Dark Purple #A61A86

Tints of Dark Purple #A61A86

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.98%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 50.92%
G = 7.98%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A61A86 (or 0xA61A86) is known color: Dark Purple. HEX triplet: A6, 1A and 86. RGB value is (166,26,134). Sum of RGB (Red+Green+Blue) = 166+26+134=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61A86 is #59E579. Grayscale: #4F4F4F. Windows color (decimal): -5891450 or 8788646. OLE color: 8788646.

HSL color Cylindrical-coordinate representation of color #A61A86: hue angle of 313.71º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A86 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 26 134 -
CMYK 0 0.84 0.19 0.35
HSL 313.71º 0.73% 0.38% -
HSV(B) 313.71º 0.84% 0.65% -
XYZ 20.4 10.57 23.52 -
YUV 80.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 166 26 134 0 0.84 0.19 0.35 313.71 0.73 0.38
Hex A6 1A 86 0 54 13 23 13A 49 26
Octal 246 32 206 0 124 23 43 472 111 46
Binary 10100110 11010 10000110 0 1010100 10011 100011 100111010 1001001 100110

Color Harmonies of #A61A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61A86

Black with #A61A86

Text Example


Text Example

White with #A61A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61A86; }

 p { color: rgb(166,26,134); }

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

background-color css

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

 a { background-color: rgb(166,26,134); }

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

border-color css

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

 span { border-color: rgb(166,26,134); }

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