Html Css Color HEX #A3147F Dark Purple

📋 copy color: '#A3147F'

red 163 ◦ green 20 ◦ blue 127

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

Shades of Dark Purple #A3147F

Tints of Dark Purple #A3147F

RGB

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

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

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

R = 52.58%
G = 6.45%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3147F (or 0xA3147F) is known color: Dark Purple. HEX triplet: A3, 14 and 7F. RGB value is (163,20,127). Sum of RGB (Red+Green+Blue) = 163+20+127=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3147F is #5CEB80. Grayscale: #4A4A4A. Windows color (decimal): -6089601 or 8328355. OLE color: 8328355.

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

Color convert

RGB 163 20 127 -
CMYK 0 0.88 0.22 0.36
HSL 315.1º 0.78% 0.36% -
HSV(B) 315.1º 0.88% 0.64% -
XYZ 19.19 9.82 20.96 -
YUV 74.96 157.38 190.8 -
System Red Green Blue C M Y K H S L
Decimal 163 20 127 0 0.88 0.22 0.36 315.1 0.78 0.36
Hex A3 14 7F 0 58 16 24 13B 4E 24
Octal 243 24 177 0 130 26 44 473 116 44
Binary 10100011 10100 1111111 0 1011000 10110 100100 100111011 1001110 100100

Color Harmonies of #A3147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3147F

Black with #A3147F

Text Example


Text Example

White with #A3147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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