Html Css Color HEX #A3257D Medium Red Violet

📋 copy color: '#A3257D'

red 163 ◦ green 37 ◦ blue 125

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

Shades of Medium Red Violet #A3257D

Tints of Medium Red Violet #A3257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

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

R = 50.15%
G = 11.38%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3257D (or 0xA3257D) is known color: Medium Red Violet. HEX triplet: A3, 25 and 7D. RGB value is (163,37,125). Sum of RGB (Red+Green+Blue) = 163+37+125=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3257D is #5CDA82. Grayscale: #545454. Windows color (decimal): -6085251 or 8201635. OLE color: 8201635.

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

Color convert

RGB 163 37 125 -
CMYK 0 0.77 0.23 0.36
HSL 318.1º 0.63% 0.39% -
HSV(B) 318.1º 0.77% 0.64% -
XYZ 19.47 10.59 20.42 -
YUV 84.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 163 37 125 0 0.77 0.23 0.36 318.1 0.63 0.39
Hex A3 25 7D 0 4D 17 24 13E 3F 27
Octal 243 45 175 0 115 27 44 476 77 47
Binary 10100011 100101 1111101 0 1001101 10111 100100 100111110 111111 100111

Color Harmonies of #A3257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3257D

Black with #A3257D

Text Example


Text Example

White with #A3257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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