Html Css Color HEX #A33477 Medium Red Violet

📋 copy color: '#A33477'

red 163 ◦ green 52 ◦ blue 119

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

Shades of Medium Red Violet #A33477

Tints of Medium Red Violet #A33477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 48.8%
G = 15.57%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A33477 (or 0xA33477) is known color: Medium Red Violet. HEX triplet: A3, 34 and 77. RGB value is (163,52,119). Sum of RGB (Red+Green+Blue) = 163+52+119=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A33477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33477 is #5CCB88. Grayscale: #5C5C5C. Windows color (decimal): -6081417 or 7812259. OLE color: 7812259.

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

Color convert

RGB 163 52 119 -
CMYK 0 0.68 0.27 0.36
HSL 323.78º 0.52% 0.42% -
HSV(B) 323.78º 0.68% 0.64% -
XYZ 19.66 11.57 18.65 -
YUV 92.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 163 52 119 0 0.68 0.27 0.36 323.78 0.52 0.42
Hex A3 34 77 0 44 1B 24 144 34 2A
Octal 243 64 167 0 104 33 44 504 64 52
Binary 10100011 110100 1110111 0 1000100 11011 100100 101000100 110100 101010

Color Harmonies of #A33477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33477

Black with #A33477

Text Example


Text Example

White with #A33477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33477; }

 p { color: rgb(163,52,119); }

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

background-color css

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

 a { background-color: rgb(163,52,119); }

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

border-color css

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

 span { border-color: rgb(163,52,119); }

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