Html Css Color HEX #A3248E Medium Red Violet

📋 copy color: '#A3248E'

red 163 ◦ green 36 ◦ blue 142

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

Shades of Medium Red Violet #A3248E

Tints of Medium Red Violet #A3248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 47.8%
G = 10.56%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3248E (or 0xA3248E) is known color: Medium Red Violet. HEX triplet: A3, 24 and 8E. RGB value is (163,36,142). Sum of RGB (Red+Green+Blue) = 163+36+142=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3248E is #5CDB71. Grayscale: #555555. Windows color (decimal): -6085490 or 9315491. OLE color: 9315491.

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

Color convert

RGB 163 36 142 -
CMYK 0 0.78 0.13 0.36
HSL 309.92º 0.64% 0.39% -
HSV(B) 309.92º 0.78% 0.64% -
XYZ 20.62 11 26.63 -
YUV 86.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 163 36 142 0 0.78 0.13 0.36 309.92 0.64 0.39
Hex A3 24 8E 0 4E D 24 136 40 27
Octal 243 44 216 0 116 15 44 466 100 47
Binary 10100011 100100 10001110 0 1001110 1101 100100 100110110 1000000 100111

Color Harmonies of #A3248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3248E

Black with #A3248E

Text Example


Text Example

White with #A3248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3248E; }

 p { color: rgb(163,36,142); }

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

background-color css

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

 a { background-color: rgb(163,36,142); }

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

border-color css

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

 span { border-color: rgb(163,36,142); }

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