Html Css Color HEX #A3257E Medium Red Violet

📋 copy color: '#A3257E'

red 163 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #A3257E

Tints of Medium Red Violet #A3257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 50%
G = 11.35%
B = 38.65%

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

#A3257E (or 0xA3257E) is known color: Medium Red Violet. HEX triplet: A3, 25 and 7E. RGB value is (163,37,126). Sum of RGB (Red+Green+Blue) = 163+37+126=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3257E is #5CDA81. Grayscale: #545454. Windows color (decimal): -6085250 or 8267171. OLE color: 8267171.

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

Color convert

RGB 163 37 126 -
CMYK 0 0.77 0.23 0.36
HSL 317.62º 0.63% 0.39% -
HSV(B) 317.62º 0.77% 0.64% -
XYZ 19.53 10.62 20.76 -
YUV 84.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 163 37 126 0 0.77 0.23 0.36 317.62 0.63 0.39
Hex A3 25 7E 0 4D 17 24 13E 3F 27
Octal 243 45 176 0 115 27 44 476 77 47
Binary 10100011 100101 1111110 0 1001101 10111 100100 100111110 111111 100111

Color Harmonies of #A3257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3257E

Black with #A3257E

Text Example


Text Example

White with #A3257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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