Html Css Color HEX #A33279 Medium Red Violet

📋 copy color: '#A33279'

red 163 ◦ green 50 ◦ blue 121

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

Shades of Medium Red Violet #A33279

Tints of Medium Red Violet #A33279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 48.8%
G = 14.97%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A33279 (or 0xA33279) is known color: Medium Red Violet. HEX triplet: A3, 32 and 79. RGB value is (163,50,121). Sum of RGB (Red+Green+Blue) = 163+50+121=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A33279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33279 is #5CCD86. Grayscale: #5B5B5B. Windows color (decimal): -6081927 or 7942819. OLE color: 7942819.

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

Color convert

RGB 163 50 121 -
CMYK 0 0.69 0.26 0.36
HSL 322.3º 0.53% 0.42% -
HSV(B) 322.3º 0.69% 0.64% -
XYZ 19.7 11.45 19.26 -
YUV 91.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 163 50 121 0 0.69 0.26 0.36 322.3 0.53 0.42
Hex A3 32 79 0 45 1A 24 142 35 2A
Octal 243 62 171 0 105 32 44 502 65 52
Binary 10100011 110010 1111001 0 1000101 11010 100100 101000010 110101 101010

Color Harmonies of #A33279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33279

Black with #A33279

Text Example


Text Example

White with #A33279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33279; }

 p { color: rgb(163,50,121); }

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

background-color css

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

 a { background-color: rgb(163,50,121); }

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

border-color css

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

 span { border-color: rgb(163,50,121); }

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