Html Css Color HEX #A61A82 Dark Purple

📋 copy color: '#A61A82'

red 166 ◦ green 26 ◦ blue 130

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

Shades of Dark Purple #A61A82

Tints of Dark Purple #A61A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.37%

R = 51.55%
G = 8.07%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A61A82 (or 0xA61A82) is known color: Dark Purple. HEX triplet: A6, 1A and 82. RGB value is (166,26,130). Sum of RGB (Red+Green+Blue) = 166+26+130=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61A82 is #59E57D. Grayscale: #4F4F4F. Windows color (decimal): -5891454 or 8526502. OLE color: 8526502.

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

Color convert

RGB 166 26 130 -
CMYK 0 0.84 0.22 0.35
HSL 315.43º 0.73% 0.38% -
HSV(B) 315.43º 0.84% 0.65% -
XYZ 20.12 10.46 22.08 -
YUV 79.72 156.38 189.54 -
System Red Green Blue C M Y K H S L
Decimal 166 26 130 0 0.84 0.22 0.35 315.43 0.73 0.38
Hex A6 1A 82 0 54 16 23 13B 49 26
Octal 246 32 202 0 124 26 43 473 111 46
Binary 10100110 11010 10000010 0 1010100 10110 100011 100111011 1001001 100110

Color Harmonies of #A61A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61A82

Black with #A61A82

Text Example


Text Example

White with #A61A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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