Html Css Color HEX #A33483 Medium Red Violet

📋 copy color: '#A33483'

red 163 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #A33483

Tints of Medium Red Violet #A33483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.03%

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 47.11%
G = 15.03%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A33483 (or 0xA33483) is known color: Medium Red Violet. HEX triplet: A3, 34 and 83. RGB value is (163,52,131). Sum of RGB (Red+Green+Blue) = 163+52+131=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A33483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33483 is #5CCB7C. Grayscale: #5D5D5D. Windows color (decimal): -6081405 or 8598691. OLE color: 8598691.

HSL color Cylindrical-coordinate representation of color #A33483: hue angle of 317.3º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33483 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 131 -
CMYK 0 0.68 0.20 0.36
HSL 317.3º 0.52% 0.42% -
HSV(B) 317.3º 0.68% 0.64% -
XYZ 20.43 11.88 22.69 -
YUV 94.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 163 52 131 0 0.68 0.20 0.36 317.3 0.52 0.42
Hex A3 34 83 0 44 14 24 13D 34 2A
Octal 243 64 203 0 104 24 44 475 64 52
Binary 10100011 110100 10000011 0 1000100 10100 100100 100111101 110100 101010

Color Harmonies of #A33483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33483

Black with #A33483

Text Example


Text Example

White with #A33483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33483; }

 p { color: rgb(163,52,131); }

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

background-color css

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

 a { background-color: rgb(163,52,131); }

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

border-color css

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

 span { border-color: rgb(163,52,131); }

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