Html Css Color HEX #A33082 Medium Red Violet

📋 copy color: '#A33082'

red 163 ◦ green 48 ◦ blue 130

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

Shades of Medium Red Violet #A33082

Tints of Medium Red Violet #A33082

RGB

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

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

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

R = 47.8%
G = 14.08%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A33082 (or 0xA33082) is known color: Medium Red Violet. HEX triplet: A3, 30 and 82. RGB value is (163,48,130). Sum of RGB (Red+Green+Blue) = 163+48+130=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A33082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33082 is #5CCF7D. Grayscale: #5B5B5B. Windows color (decimal): -6082430 or 8532131. OLE color: 8532131.

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

Color convert

RGB 163 48 130 -
CMYK 0 0.71 0.20 0.36
HSL 317.22º 0.55% 0.41% -
HSV(B) 317.22º 0.71% 0.64% -
XYZ 20.19 11.51 22.28 -
YUV 91.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 163 48 130 0 0.71 0.20 0.36 317.22 0.55 0.41
Hex A3 30 82 0 47 14 24 13D 37 29
Octal 243 60 202 0 107 24 44 475 67 51
Binary 10100011 110000 10000010 0 1000111 10100 100100 100111101 110111 101001

Color Harmonies of #A33082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33082

Black with #A33082

Text Example


Text Example

White with #A33082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33082; }

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

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

background-color css

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

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

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

border-color css

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

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

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