Html Css Color HEX #A33094 Medium Red Violet

📋 copy color: '#A33094'

red 163 ◦ green 48 ◦ blue 148

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

Shades of Medium Red Violet #A33094

Tints of Medium Red Violet #A33094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 45.4%
G = 13.37%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A33094 (or 0xA33094) is known color: Medium Red Violet. HEX triplet: A3, 30 and 94. RGB value is (163,48,148). Sum of RGB (Red+Green+Blue) = 163+48+148=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A33094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33094 is #5CCF6B. Grayscale: #5D5D5D. Windows color (decimal): -6082412 or 9711779. OLE color: 9711779.

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

Color convert

RGB 163 48 148 -
CMYK 0 0.71 0.09 0.36
HSL 307.83º 0.55% 0.41% -
HSV(B) 307.83º 0.71% 0.64% -
XYZ 21.51 12.04 29.21 -
YUV 93.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 163 48 148 0 0.71 0.09 0.36 307.83 0.55 0.41
Hex A3 30 94 0 47 9 24 134 37 29
Octal 243 60 224 0 107 11 44 464 67 51
Binary 10100011 110000 10010100 0 1000111 1001 100100 100110100 110111 101001

Color Harmonies of #A33094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33094

Black with #A33094

Text Example


Text Example

White with #A33094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33094; }

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

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

background-color css

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

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

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

border-color css

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

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

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