Html Css Color HEX #A33C84 Medium Red Violet

📋 copy color: '#A33C84'

red 163 ◦ green 60 ◦ blue 132

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

Shades of Medium Red Violet #A33C84

Tints of Medium Red Violet #A33C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 45.92%
G = 16.9%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A33C84 (or 0xA33C84) is known color: Medium Red Violet. HEX triplet: A3, 3C and 84. RGB value is (163,60,132). Sum of RGB (Red+Green+Blue) = 163+60+132=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33C84 is #5CC37B. Grayscale: #626262. Windows color (decimal): -6079356 or 8666275. OLE color: 8666275.

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

Color convert

RGB 163 60 132 -
CMYK 0 0.63 0.19 0.36
HSL 318.06º 0.46% 0.44% -
HSV(B) 318.06º 0.63% 0.64% -
XYZ 20.88 12.68 23.18 -
YUV 99.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 163 60 132 0 0.63 0.19 0.36 318.06 0.46 0.44
Hex A3 3C 84 0 3F 13 24 13E 2E 2C
Octal 243 74 204 0 77 23 44 476 56 54
Binary 10100011 111100 10000100 0 111111 10011 100100 100111110 101110 101100

Color Harmonies of #A33C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C84

Black with #A33C84

Text Example


Text Example

White with #A33C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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