Html Css Color HEX #A33281 Medium Red Violet

📋 copy color: '#A33281'

red 163 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #A33281

Tints of Medium Red Violet #A33281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.62%

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

R = 47.66%
G = 14.62%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A33281 (or 0xA33281) is known color: Medium Red Violet. HEX triplet: A3, 32 and 81. RGB value is (163,50,129). Sum of RGB (Red+Green+Blue) = 163+50+129=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A33281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33281 is #5CCD7E. Grayscale: #5C5C5C. Windows color (decimal): -6081919 or 8467107. OLE color: 8467107.

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

Color convert

RGB 163 50 129 -
CMYK 0 0.69 0.21 0.36
HSL 318.05º 0.53% 0.42% -
HSV(B) 318.05º 0.69% 0.64% -
XYZ 20.21 11.65 21.95 -
YUV 92.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 163 50 129 0 0.69 0.21 0.36 318.05 0.53 0.42
Hex A3 32 81 0 45 15 24 13E 35 2A
Octal 243 62 201 0 105 25 44 476 65 52
Binary 10100011 110010 10000001 0 1000101 10101 100100 100111110 110101 101010

Color Harmonies of #A33281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33281

Black with #A33281

Text Example


Text Example

White with #A33281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33281; }

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

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

background-color css

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

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

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

border-color css

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

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

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