Html Css Color HEX #A51686 Dark Purple

📋 copy color: '#A51686'

red 165 ◦ green 22 ◦ blue 134

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

Shades of Dark Purple #A51686

Tints of Dark Purple #A51686

RGB

 RED value IS 165 (64.84% from 255) = 51.4%

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

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

R = 51.4%
G = 6.85%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A51686 (or 0xA51686) is known color: Dark Purple. HEX triplet: A5, 16 and 86. RGB value is (165,22,134). Sum of RGB (Red+Green+Blue) = 165+22+134=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A51686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51686 is #5AE979. Grayscale: #4D4D4D. Windows color (decimal): -5958010 or 8787621. OLE color: 8787621.

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

Color convert

RGB 165 22 134 -
CMYK 0 0.87 0.19 0.35
HSL 313.01º 0.76% 0.37% -
HSV(B) 313.01º 0.87% 0.65% -
XYZ 20.11 10.29 23.48 -
YUV 77.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 165 22 134 0 0.87 0.19 0.35 313.01 0.76 0.37
Hex A5 16 86 0 57 13 23 139 4C 25
Octal 245 26 206 0 127 23 43 471 114 45
Binary 10100101 10110 10000110 0 1010111 10011 100011 100111001 1001100 100101

Color Harmonies of #A51686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51686

Black with #A51686

Text Example


Text Example

White with #A51686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51686; }

 p { color: rgb(165,22,134); }

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

background-color css

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

 a { background-color: rgb(165,22,134); }

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

border-color css

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

 span { border-color: rgb(165,22,134); }

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