Html Css Color HEX #A5147F Dark Purple

📋 copy color: '#A5147F'

red 165 ◦ green 20 ◦ blue 127

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

Shades of Dark Purple #A5147F

Tints of Dark Purple #A5147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 52.88%
G = 6.41%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5147F (or 0xA5147F) is known color: Dark Purple. HEX triplet: A5, 14 and 7F. RGB value is (165,20,127). Sum of RGB (Red+Green+Blue) = 165+20+127=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5147F is #5AEB80. Grayscale: #4B4B4B. Windows color (decimal): -5958529 or 8328357. OLE color: 8328357.

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

Color convert

RGB 165 20 127 -
CMYK 0 0.88 0.23 0.35
HSL 315.72º 0.78% 0.36% -
HSV(B) 315.72º 0.88% 0.65% -
XYZ 19.6 10.03 20.98 -
YUV 75.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 165 20 127 0 0.88 0.23 0.35 315.72 0.78 0.36
Hex A5 14 7F 0 58 17 23 13C 4E 24
Octal 245 24 177 0 130 27 43 474 116 44
Binary 10100101 10100 1111111 0 1011000 10111 100011 100111100 1001110 100100

Color Harmonies of #A5147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5147F

Black with #A5147F

Text Example


Text Example

White with #A5147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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