Html Css Color HEX #A33581 Medium Red Violet

📋 copy color: '#A33581'

red 163 ◦ green 53 ◦ blue 129

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

Shades of Medium Red Violet #A33581

Tints of Medium Red Violet #A33581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.36%

 BLUE value IS 129 (50.78% from 255) = 37.39%

R = 47.25%
G = 15.36%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A33581 (or 0xA33581) is known color: Medium Red Violet. HEX triplet: A3, 35 and 81. RGB value is (163,53,129). Sum of RGB (Red+Green+Blue) = 163+53+129=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A33581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33581 is #5CCA7E. Grayscale: #5E5E5E. Windows color (decimal): -6081151 or 8467875. OLE color: 8467875.

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

Color convert

RGB 163 53 129 -
CMYK 0 0.67 0.21 0.36
HSL 318.55º 0.51% 0.42% -
HSV(B) 318.55º 0.67% 0.64% -
XYZ 20.34 11.92 22 -
YUV 94.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 163 53 129 0 0.67 0.21 0.36 318.55 0.51 0.42
Hex A3 35 81 0 43 15 24 13F 33 2A
Octal 243 65 201 0 103 25 44 477 63 52
Binary 10100011 110101 10000001 0 1000011 10101 100100 100111111 110011 101010

Color Harmonies of #A33581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33581

Black with #A33581

Text Example


Text Example

White with #A33581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33581; }

 p { color: rgb(163,53,129); }

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

background-color css

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

 a { background-color: rgb(163,53,129); }

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

border-color css

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

 span { border-color: rgb(163,53,129); }

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