Html Css Color HEX #A3298A Medium Red Violet

📋 copy color: '#A3298A'

red 163 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #A3298A

Tints of Medium Red Violet #A3298A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.99%

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

R = 47.66%
G = 11.99%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3298A (or 0xA3298A) is known color: Medium Red Violet. HEX triplet: A3, 29 and 8A. RGB value is (163,41,138). Sum of RGB (Red+Green+Blue) = 163+41+138=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3298A is #5CD675. Grayscale: #585858. Windows color (decimal): -6084214 or 9054627. OLE color: 9054627.

HSL color Cylindrical-coordinate representation of color #A3298A: hue angle of 312.3º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3298A is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 41 138 -
CMYK 0 0.75 0.15 0.36
HSL 312.3º 0.6% 0.4% -
HSV(B) 312.3º 0.75% 0.64% -
XYZ 20.48 11.21 25.13 -
YUV 88.54 155.92 181.11 -
System Red Green Blue C M Y K H S L
Decimal 163 41 138 0 0.75 0.15 0.36 312.3 0.6 0.4
Hex A3 29 8A 0 4B F 24 138 3C 28
Octal 243 51 212 0 113 17 44 470 74 50
Binary 10100011 101001 10001010 0 1001011 1111 100100 100111000 111100 101000

Color Harmonies of #A3298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3298A

Black with #A3298A

Text Example


Text Example

White with #A3298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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