Html Css Color HEX #A33C82 Medium Red Violet

📋 copy color: '#A33C82'

red 163 ◦ green 60 ◦ blue 130

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

Shades of Medium Red Violet #A33C82

Tints of Medium Red Violet #A33C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.83%

R = 46.18%
G = 17%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A33C82 (or 0xA33C82) is known color: Medium Red Violet. HEX triplet: A3, 3C and 82. RGB value is (163,60,130). Sum of RGB (Red+Green+Blue) = 163+60+130=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33C82 is #5CC37D. Grayscale: #626262. Windows color (decimal): -6079358 or 8535203. OLE color: 8535203.

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

Color convert

RGB 163 60 130 -
CMYK 0 0.63 0.20 0.36
HSL 319.22º 0.46% 0.44% -
HSV(B) 319.22º 0.63% 0.64% -
XYZ 20.75 12.63 22.46 -
YUV 98.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 163 60 130 0 0.63 0.20 0.36 319.22 0.46 0.44
Hex A3 3C 82 0 3F 14 24 13F 2E 2C
Octal 243 74 202 0 77 24 44 477 56 54
Binary 10100011 111100 10000010 0 111111 10100 100100 100111111 101110 101100

Color Harmonies of #A33C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C82

Black with #A33C82

Text Example


Text Example

White with #A33C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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