Html Css Color HEX #A33C7F Medium Red Violet

📋 copy color: '#A33C7F'

red 163 ◦ green 60 ◦ blue 127

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

Shades of Medium Red Violet #A33C7F

Tints of Medium Red Violet #A33C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 46.57%
G = 17.14%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A33C7F (or 0xA33C7F) is known color: Medium Red Violet. HEX triplet: A3, 3C and 7F. RGB value is (163,60,127). Sum of RGB (Red+Green+Blue) = 163+60+127=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C7F is #5CC380. Grayscale: #626262. Windows color (decimal): -6079361 or 8338595. OLE color: 8338595.

HSL color Cylindrical-coordinate representation of color #A33C7F: hue angle of 320.97º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33C7F is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 60 127 -
CMYK 0 0.63 0.22 0.36
HSL 320.97º 0.46% 0.44% -
HSV(B) 320.97º 0.63% 0.64% -
XYZ 20.55 12.55 21.42 -
YUV 98.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 163 60 127 0 0.63 0.22 0.36 320.97 0.46 0.44
Hex A3 3C 7F 0 3F 16 24 141 2E 2C
Octal 243 74 177 0 77 26 44 501 56 54
Binary 10100011 111100 1111111 0 111111 10110 100100 101000001 101110 101100

Color Harmonies of #A33C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C7F

Black with #A33C7F

Text Example


Text Example

White with #A33C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C7F; }

 p { color: rgb(163,60,127); }

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

background-color css

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

 a { background-color: rgb(163,60,127); }

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

border-color css

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

 span { border-color: rgb(163,60,127); }

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