Html Css Color HEX #A33084 Medium Red Violet

📋 copy color: '#A33084'

red 163 ◦ green 48 ◦ blue 132

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

Shades of Medium Red Violet #A33084

Tints of Medium Red Violet #A33084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 47.52%
G = 13.99%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A33084 (or 0xA33084) is known color: Medium Red Violet. HEX triplet: A3, 30 and 84. RGB value is (163,48,132). Sum of RGB (Red+Green+Blue) = 163+48+132=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A33084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33084 is #5CCF7B. Grayscale: #5B5B5B. Windows color (decimal): -6082428 or 8663203. OLE color: 8663203.

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

Color convert

RGB 163 48 132 -
CMYK 0 0.71 0.19 0.36
HSL 316.17º 0.55% 0.41% -
HSV(B) 316.17º 0.71% 0.64% -
XYZ 20.33 11.57 22.99 -
YUV 91.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 163 48 132 0 0.71 0.19 0.36 316.17 0.55 0.41
Hex A3 30 84 0 47 13 24 13C 37 29
Octal 243 60 204 0 107 23 44 474 67 51
Binary 10100011 110000 10000100 0 1000111 10011 100100 100111100 110111 101001

Color Harmonies of #A33084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33084

Black with #A33084

Text Example


Text Example

White with #A33084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33084; }

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

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

background-color css

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

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

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

border-color css

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

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

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