Html Css Color HEX #A43298 Medium Red Violet

📋 copy color: '#A43298'

red 164 ◦ green 50 ◦ blue 152

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

Shades of Medium Red Violet #A43298

Tints of Medium Red Violet #A43298

RGB

 RED value IS 164 (64.45% from 255) = 44.81%

 GREEN value IS 50 (19.92% from 255) = 13.66%

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 44.81%
G = 13.66%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A43298 (or 0xA43298) is known color: Medium Red Violet. HEX triplet: A4, 32 and 98. RGB value is (164,50,152). Sum of RGB (Red+Green+Blue) = 164+50+152=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A43298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43298 is #5BCD67. Grayscale: #5F5F5F. Windows color (decimal): -6016360 or 9974436. OLE color: 9974436.

HSL color Cylindrical-coordinate representation of color #A43298: hue angle of 306.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43298 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 152 -
CMYK 0 0.70 0.07 0.36
HSL 306.32º 0.53% 0.42% -
HSV(B) 306.32º 0.7% 0.64% -
XYZ 22.12 12.44 30.94 -
YUV 95.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 164 50 152 0 0.70 0.07 0.36 306.32 0.53 0.42
Hex A4 32 98 0 46 7 24 132 35 2A
Octal 244 62 230 0 106 7 44 462 65 52
Binary 10100100 110010 10011000 0 1000110 111 100100 100110010 110101 101010

Color Harmonies of #A43298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43298

Black with #A43298

Text Example


Text Example

White with #A43298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43298; }

 p { color: rgb(164,50,152); }

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

background-color css

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

 a { background-color: rgb(164,50,152); }

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

border-color css

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

 span { border-color: rgb(164,50,152); }

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