Html Css Color HEX #A5197C Dark Purple

📋 copy color: '#A5197C'

red 165 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #A5197C

Tints of Dark Purple #A5197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

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

R = 52.55%
G = 7.96%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5197C (or 0xA5197C) is known color: Dark Purple. HEX triplet: A5, 19 and 7C. RGB value is (165,25,124). Sum of RGB (Red+Green+Blue) = 165+25+124=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5197C is #5AE683. Grayscale: #4D4D4D. Windows color (decimal): -5957252 or 8133029. OLE color: 8133029.

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

Color convert

RGB 165 25 124 -
CMYK 0 0.85 0.25 0.35
HSL 317.57º 0.74% 0.37% -
HSV(B) 317.57º 0.85% 0.65% -
XYZ 19.5 10.15 20 -
YUV 78.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 165 25 124 0 0.85 0.25 0.35 317.57 0.74 0.37
Hex A5 19 7C 0 55 19 23 13E 4A 25
Octal 245 31 174 0 125 31 43 476 112 45
Binary 10100101 11001 1111100 0 1010101 11001 100011 100111110 1001010 100101

Color Harmonies of #A5197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5197C

Black with #A5197C

Text Example


Text Example

White with #A5197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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