Html Css Color HEX #A33278 Medium Red Violet

📋 copy color: '#A33278'

red 163 ◦ green 50 ◦ blue 120

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

Shades of Medium Red Violet #A33278

Tints of Medium Red Violet #A33278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.04%

R = 48.95%
G = 15.02%
B = 36.04%

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

#A33278 (or 0xA33278) is known color: Medium Red Violet. HEX triplet: A3, 32 and 78. RGB value is (163,50,120). Sum of RGB (Red+Green+Blue) = 163+50+120=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A33278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33278 is #5CCD87. Grayscale: #5B5B5B. Windows color (decimal): -6081928 or 7877283. OLE color: 7877283.

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

Color convert

RGB 163 50 120 -
CMYK 0 0.69 0.26 0.36
HSL 322.83º 0.53% 0.42% -
HSV(B) 322.83º 0.69% 0.64% -
XYZ 19.64 11.42 18.94 -
YUV 91.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 163 50 120 0 0.69 0.26 0.36 322.83 0.53 0.42
Hex A3 32 78 0 45 1A 24 143 35 2A
Octal 243 62 170 0 105 32 44 503 65 52
Binary 10100011 110010 1111000 0 1000101 11010 100100 101000011 110101 101010

Color Harmonies of #A33278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33278

Black with #A33278

Text Example


Text Example

White with #A33278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33278; }

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

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

background-color css

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

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

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

border-color css

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

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

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