Html Css Color HEX #A51184 Dark Purple

📋 copy color: '#A51184'

red 165 ◦ green 17 ◦ blue 132

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

Shades of Dark Purple #A51184

Tints of Dark Purple #A51184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.41%

 BLUE value IS 132 (51.95% from 255) = 42.04%

R = 52.55%
G = 5.41%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A51184 (or 0xA51184) is known color: Dark Purple. HEX triplet: A5, 11 and 84. RGB value is (165,17,132). Sum of RGB (Red+Green+Blue) = 165+17+132=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A51184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51184 is #5AEE7B. Grayscale: #4A4A4A. Windows color (decimal): -5959292 or 8655269. OLE color: 8655269.

HSL color Cylindrical-coordinate representation of color #A51184: hue angle of 313.38º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51184 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 132 -
CMYK 0 0.90 0.20 0.35
HSL 313.38º 0.81% 0.36% -
HSV(B) 313.38º 0.9% 0.65% -
XYZ 19.88 10.07 22.72 -
YUV 74.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 165 17 132 0 0.90 0.20 0.35 313.38 0.81 0.36
Hex A5 11 84 0 5A 14 23 139 51 24
Octal 245 21 204 0 132 24 43 471 121 44
Binary 10100101 10001 10000100 0 1011010 10100 100011 100111001 1010001 100100

Color Harmonies of #A51184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51184

Black with #A51184

Text Example


Text Example

White with #A51184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51184; }

 p { color: rgb(165,17,132); }

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

background-color css

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

 a { background-color: rgb(165,17,132); }

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

border-color css

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

 span { border-color: rgb(165,17,132); }

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