Html Css Color HEX #A3157F Dark Purple

📋 copy color: '#A3157F'

red 163 ◦ green 21 ◦ blue 127

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

Shades of Dark Purple #A3157F

Tints of Dark Purple #A3157F

RGB

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

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

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

R = 52.41%
G = 6.75%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3157F (or 0xA3157F) is known color: Dark Purple. HEX triplet: A3, 15 and 7F. RGB value is (163,21,127). Sum of RGB (Red+Green+Blue) = 163+21+127=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3157F is #5CEA80. Grayscale: #4B4B4B. Windows color (decimal): -6089345 or 8328611. OLE color: 8328611.

HSL color Cylindrical-coordinate representation of color #A3157F: hue angle of 315.21º 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 #A3157F is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 127 -
CMYK 0 0.87 0.22 0.36
HSL 315.21º 0.77% 0.36% -
HSV(B) 315.21º 0.87% 0.64% -
XYZ 19.2 9.86 20.97 -
YUV 75.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 163 21 127 0 0.87 0.22 0.36 315.21 0.77 0.36
Hex A3 15 7F 0 57 16 24 13B 4D 24
Octal 243 25 177 0 127 26 44 473 115 44
Binary 10100011 10101 1111111 0 1010111 10110 100100 100111011 1001101 100100

Color Harmonies of #A3157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3157F

Black with #A3157F

Text Example


Text Example

White with #A3157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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