Html Css Color HEX #A33376 Medium Red Violet

📋 copy color: '#A33376'

red 163 ◦ green 51 ◦ blue 118

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

Shades of Medium Red Violet #A33376

Tints of Medium Red Violet #A33376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 49.1%
G = 15.36%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A33376 (or 0xA33376) is known color: Medium Red Violet. HEX triplet: A3, 33 and 76. RGB value is (163,51,118). Sum of RGB (Red+Green+Blue) = 163+51+118=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A33376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33376 is #5CCC89. Grayscale: #5B5B5B. Windows color (decimal): -6081674 or 7746467. OLE color: 7746467.

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

Color convert

RGB 163 51 118 -
CMYK 0 0.69 0.28 0.36
HSL 324.11º 0.52% 0.42% -
HSV(B) 324.11º 0.69% 0.64% -
XYZ 19.56 11.46 18.32 -
YUV 92.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 163 51 118 0 0.69 0.28 0.36 324.11 0.52 0.42
Hex A3 33 76 0 45 1C 24 144 34 2A
Octal 243 63 166 0 105 34 44 504 64 52
Binary 10100011 110011 1110110 0 1000101 11100 100100 101000100 110100 101010

Color Harmonies of #A33376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33376

Black with #A33376

Text Example


Text Example

White with #A33376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33376; }

 p { color: rgb(163,51,118); }

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

background-color css

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

 a { background-color: rgb(163,51,118); }

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

border-color css

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

 span { border-color: rgb(163,51,118); }

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