Html Css Color HEX #A33080 Medium Red Violet

📋 copy color: '#A33080'

red 163 ◦ green 48 ◦ blue 128

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

Shades of Medium Red Violet #A33080

Tints of Medium Red Violet #A33080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 48.08%
G = 14.16%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A33080 (or 0xA33080) is known color: Medium Red Violet. HEX triplet: A3, 30 and 80. RGB value is (163,48,128). Sum of RGB (Red+Green+Blue) = 163+48+128=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A33080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33080 is #5CCF7F. Grayscale: #5B5B5B. Windows color (decimal): -6082432 or 8401059. OLE color: 8401059.

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

Color convert

RGB 163 48 128 -
CMYK 0 0.71 0.21 0.36
HSL 318.26º 0.55% 0.41% -
HSV(B) 318.26º 0.71% 0.64% -
XYZ 20.06 11.46 21.58 -
YUV 91.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 163 48 128 0 0.71 0.21 0.36 318.26 0.55 0.41
Hex A3 30 80 0 47 15 24 13E 37 29
Octal 243 60 200 0 107 25 44 476 67 51
Binary 10100011 110000 10000000 0 1000111 10101 100100 100111110 110111 101001

Color Harmonies of #A33080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33080

Black with #A33080

Text Example


Text Example

White with #A33080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33080; }

 p { color: rgb(163,48,128); }

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

background-color css

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

 a { background-color: rgb(163,48,128); }

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

border-color css

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

 span { border-color: rgb(163,48,128); }

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