Html Css Color HEX #A3248A Medium Red Violet

📋 copy color: '#A3248A'

red 163 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #A3248A

Tints of Medium Red Violet #A3248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 48.37%
G = 10.68%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3248A (or 0xA3248A) is known color: Medium Red Violet. HEX triplet: A3, 24 and 8A. RGB value is (163,36,138). Sum of RGB (Red+Green+Blue) = 163+36+138=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3248A is #5CDB75. Grayscale: #555555. Windows color (decimal): -6085494 or 9053347. OLE color: 9053347.

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

Color convert

RGB 163 36 138 -
CMYK 0 0.78 0.15 0.36
HSL 311.81º 0.64% 0.39% -
HSV(B) 311.81º 0.78% 0.64% -
XYZ 20.32 10.88 25.07 -
YUV 85.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 163 36 138 0 0.78 0.15 0.36 311.81 0.64 0.39
Hex A3 24 8A 0 4E F 24 138 40 27
Octal 243 44 212 0 116 17 44 470 100 47
Binary 10100011 100100 10001010 0 1001110 1111 100100 100111000 1000000 100111

Color Harmonies of #A3248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3248A

Black with #A3248A

Text Example


Text Example

White with #A3248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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