Html Css Color HEX #A51482 Dark Purple

📋 copy color: '#A51482'

red 165 ◦ green 20 ◦ blue 130

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

Shades of Dark Purple #A51482

Tints of Dark Purple #A51482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 52.38%
G = 6.35%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A51482 (or 0xA51482) is known color: Dark Purple. HEX triplet: A5, 14 and 82. RGB value is (165,20,130). Sum of RGB (Red+Green+Blue) = 165+20+130=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A51482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51482 is #5AEB7D. Grayscale: #4B4B4B. Windows color (decimal): -5958526 or 8524965. OLE color: 8524965.

HSL color Cylindrical-coordinate representation of color #A51482: hue angle of 314.48º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51482 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 130 -
CMYK 0 0.88 0.21 0.35
HSL 314.48º 0.78% 0.36% -
HSV(B) 314.48º 0.88% 0.65% -
XYZ 19.8 10.11 22.03 -
YUV 75.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 165 20 130 0 0.88 0.21 0.35 314.48 0.78 0.36
Hex A5 14 82 0 58 15 23 13A 4E 24
Octal 245 24 202 0 130 25 43 472 116 44
Binary 10100101 10100 10000010 0 1011000 10101 100011 100111010 1001110 100100

Color Harmonies of #A51482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51482

Black with #A51482

Text Example


Text Example

White with #A51482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51482; }

 p { color: rgb(165,20,130); }

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

background-color css

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

 a { background-color: rgb(165,20,130); }

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

border-color css

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

 span { border-color: rgb(165,20,130); }

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