Html Css Color HEX #A3157D Dark Purple

📋 copy color: '#A3157D'

red 163 ◦ green 21 ◦ blue 125

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

Shades of Dark Purple #A3157D

Tints of Dark Purple #A3157D

RGB

 RED value IS 163 (64.06% from 255) = 52.75%

 GREEN value IS 21 (8.59% from 255) = 6.8%

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 52.75%
G = 6.8%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3157D (or 0xA3157D) is known color: Dark Purple. HEX triplet: A3, 15 and 7D. RGB value is (163,21,125). Sum of RGB (Red+Green+Blue) = 163+21+125=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3157D is #5CEA82. Grayscale: #4B4B4B. Windows color (decimal): -6089347 or 8197539. OLE color: 8197539.

HSL color Cylindrical-coordinate representation of color #A3157D: hue angle of 316.06º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3157D is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 125 -
CMYK 0 0.87 0.23 0.36
HSL 316.06º 0.77% 0.36% -
HSV(B) 316.06º 0.87% 0.64% -
XYZ 19.07 9.8 20.29 -
YUV 75.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 163 21 125 0 0.87 0.23 0.36 316.06 0.77 0.36
Hex A3 15 7D 0 57 17 24 13C 4D 24
Octal 243 25 175 0 127 27 44 474 115 44
Binary 10100011 10101 1111101 0 1010111 10111 100100 100111100 1001101 100100

Color Harmonies of #A3157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3157D

Black with #A3157D

Text Example


Text Example

White with #A3157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3157D; }

 p { color: rgb(163,21,125); }

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

background-color css

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

 a { background-color: rgb(163,21,125); }

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

border-color css

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

 span { border-color: rgb(163,21,125); }

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