Html Css Color HEX #A5197E Dark Purple

📋 copy color: '#A5197E'

red 165 ◦ green 25 ◦ blue 126

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

Shades of Dark Purple #A5197E

Tints of Dark Purple #A5197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 52.22%
G = 7.91%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5197E (or 0xA5197E) is known color: Dark Purple. HEX triplet: A5, 19 and 7E. RGB value is (165,25,126). Sum of RGB (Red+Green+Blue) = 165+25+126=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A5197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5197E is #5AE681. Grayscale: #4E4E4E. Windows color (decimal): -5957250 or 8264101. OLE color: 8264101.

HSL color Cylindrical-coordinate representation of color #A5197E: hue angle of 316.71º 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 #A5197E is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 126 -
CMYK 0 0.85 0.24 0.35
HSL 316.71º 0.74% 0.37% -
HSV(B) 316.71º 0.85% 0.65% -
XYZ 19.63 10.2 20.67 -
YUV 78.37 154.88 189.79 -
System Red Green Blue C M Y K H S L
Decimal 165 25 126 0 0.85 0.24 0.35 316.71 0.74 0.37
Hex A5 19 7E 0 55 18 23 13D 4A 25
Octal 245 31 176 0 125 30 43 475 112 45
Binary 10100101 11001 1111110 0 1010101 11000 100011 100111101 1001010 100101

Color Harmonies of #A5197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5197E

Black with #A5197E

Text Example


Text Example

White with #A5197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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