Html Css Color HEX #A33C78 Medium Red Violet

📋 copy color: '#A33C78'

red 163 ◦ green 60 ◦ blue 120

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

Shades of Medium Red Violet #A33C78

Tints of Medium Red Violet #A33C78

RGB

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

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

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

R = 47.52%
G = 17.49%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A33C78 (or 0xA33C78) is known color: Medium Red Violet. HEX triplet: A3, 3C and 78. RGB value is (163,60,120). Sum of RGB (Red+Green+Blue) = 163+60+120=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C78 is #5CC387. Grayscale: #616161. Windows color (decimal): -6079368 or 7879843. OLE color: 7879843.

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

Color convert

RGB 163 60 120 -
CMYK 0 0.63 0.26 0.36
HSL 325.05º 0.46% 0.44% -
HSV(B) 325.05º 0.63% 0.64% -
XYZ 20.11 12.37 19.1 -
YUV 97.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 163 60 120 0 0.63 0.26 0.36 325.05 0.46 0.44
Hex A3 3C 78 0 3F 1A 24 145 2E 2C
Octal 243 74 170 0 77 32 44 505 56 54
Binary 10100011 111100 1111000 0 111111 11010 100100 101000101 101110 101100

Color Harmonies of #A33C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C78

Black with #A33C78

Text Example


Text Example

White with #A33C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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