Html Css Color HEX #A33394 Medium Red Violet

📋 copy color: '#A33394'

red 163 ◦ green 51 ◦ blue 148

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

Shades of Medium Red Violet #A33394

Tints of Medium Red Violet #A33394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.09%

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

R = 45.03%
G = 14.09%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A33394 (or 0xA33394) is known color: Medium Red Violet. HEX triplet: A3, 33 and 94. RGB value is (163,51,148). Sum of RGB (Red+Green+Blue) = 163+51+148=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A33394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33394 is #5CCC6B. Grayscale: #5F5F5F. Windows color (decimal): -6081644 or 9712547. OLE color: 9712547.

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

Color convert

RGB 163 51 148 -
CMYK 0 0.69 0.09 0.36
HSL 308.04º 0.52% 0.42% -
HSV(B) 308.04º 0.69% 0.64% -
XYZ 21.63 12.29 29.25 -
YUV 95.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 163 51 148 0 0.69 0.09 0.36 308.04 0.52 0.42
Hex A3 33 94 0 45 9 24 134 34 2A
Octal 243 63 224 0 105 11 44 464 64 52
Binary 10100011 110011 10010100 0 1000101 1001 100100 100110100 110100 101010

Color Harmonies of #A33394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33394

Black with #A33394

Text Example


Text Example

White with #A33394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33394; }

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

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

background-color css

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

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

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

border-color css

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

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

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