Html Css Color HEX #A51D7C Dark Purple

📋 copy color: '#A51D7C'

red 165 ◦ green 29 ◦ blue 124

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

Shades of Dark Purple #A51D7C

Tints of Dark Purple #A51D7C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 51.89%
G = 9.12%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A51D7C (or 0xA51D7C) is known color: Dark Purple. HEX triplet: A5, 1D and 7C. RGB value is (165,29,124). Sum of RGB (Red+Green+Blue) = 165+29+124=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51D7C is #5AE283. Grayscale: #505050. Windows color (decimal): -5956228 or 8134053. OLE color: 8134053.

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

Color convert

RGB 165 29 124 -
CMYK 0 0.82 0.25 0.35
HSL 318.09º 0.7% 0.38% -
HSV(B) 318.09º 0.82% 0.65% -
XYZ 19.59 10.33 20.03 -
YUV 80.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 165 29 124 0 0.82 0.25 0.35 318.09 0.7 0.38
Hex A5 1D 7C 0 52 19 23 13E 46 26
Octal 245 35 174 0 122 31 43 476 106 46
Binary 10100101 11101 1111100 0 1010010 11001 100011 100111110 1000110 100110

Color Harmonies of #A51D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D7C

Black with #A51D7C

Text Example


Text Example

White with #A51D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D7C; }

 p { color: rgb(165,29,124); }

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

background-color css

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

 a { background-color: rgb(165,29,124); }

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

border-color css

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

 span { border-color: rgb(165,29,124); }

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