Html Css Color HEX #A3197F Dark Purple

📋 copy color: '#A3197F'

red 163 ◦ green 25 ◦ blue 127

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

Shades of Dark Purple #A3197F

Tints of Dark Purple #A3197F

RGB

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

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

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

R = 51.75%
G = 7.94%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3197F (or 0xA3197F) is known color: Dark Purple. HEX triplet: A3, 19 and 7F. RGB value is (163,25,127). Sum of RGB (Red+Green+Blue) = 163+25+127=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A3197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3197F is #5CE680. Grayscale: #4D4D4D. Windows color (decimal): -6088321 or 8329635. OLE color: 8329635.

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

Color convert

RGB 163 25 127 -
CMYK 0 0.85 0.22 0.36
HSL 315.65º 0.73% 0.37% -
HSV(B) 315.65º 0.85% 0.64% -
XYZ 19.28 10.01 21 -
YUV 77.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 163 25 127 0 0.85 0.22 0.36 315.65 0.73 0.37
Hex A3 19 7F 0 55 16 24 13C 49 25
Octal 243 31 177 0 125 26 44 474 111 45
Binary 10100011 11001 1111111 0 1010101 10110 100100 100111100 1001001 100101

Color Harmonies of #A3197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3197F

Black with #A3197F

Text Example


Text Example

White with #A3197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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