Html Css Color HEX #A33C7B Medium Red Violet

📋 copy color: '#A33C7B'

red 163 ◦ green 60 ◦ blue 123

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

Shades of Medium Red Violet #A33C7B

Tints of Medium Red Violet #A33C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 47.11%
G = 17.34%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A33C7B (or 0xA33C7B) is known color: Medium Red Violet. HEX triplet: A3, 3C and 7B. RGB value is (163,60,123). Sum of RGB (Red+Green+Blue) = 163+60+123=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C7B is #5CC384. Grayscale: #616161. Windows color (decimal): -6079365 or 8076451. OLE color: 8076451.

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

Color convert

RGB 163 60 123 -
CMYK 0 0.63 0.25 0.36
HSL 323.3º 0.46% 0.44% -
HSV(B) 323.3º 0.63% 0.64% -
XYZ 20.3 12.45 20.07 -
YUV 97.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 163 60 123 0 0.63 0.25 0.36 323.3 0.46 0.44
Hex A3 3C 7B 0 3F 19 24 143 2E 2C
Octal 243 74 173 0 77 31 44 503 56 54
Binary 10100011 111100 1111011 0 111111 11001 100100 101000011 101110 101100

Color Harmonies of #A33C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C7B

Black with #A33C7B

Text Example


Text Example

White with #A33C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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