Html Css Color HEX #A33594 Medium Red Violet

📋 copy color: '#A33594'

red 163 ◦ green 53 ◦ blue 148

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

Shades of Medium Red Violet #A33594

Tints of Medium Red Violet #A33594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.56%

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

R = 44.78%
G = 14.56%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A33594 (or 0xA33594) is known color: Medium Red Violet. HEX triplet: A3, 35 and 94. RGB value is (163,53,148). Sum of RGB (Red+Green+Blue) = 163+53+148=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A33594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33594 is #5CCA6B. Grayscale: #606060. Windows color (decimal): -6081132 or 9713059. OLE color: 9713059.

HSL color Cylindrical-coordinate representation of color #A33594: hue angle of 308.18º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33594 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 53 148 -
CMYK 0 0.67 0.09 0.36
HSL 308.18º 0.51% 0.42% -
HSV(B) 308.18º 0.67% 0.64% -
XYZ 21.72 12.47 29.28 -
YUV 96.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 163 53 148 0 0.67 0.09 0.36 308.18 0.51 0.42
Hex A3 35 94 0 43 9 24 134 33 2A
Octal 243 65 224 0 103 11 44 464 63 52
Binary 10100011 110101 10010100 0 1000011 1001 100100 100110100 110011 101010

Color Harmonies of #A33594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33594

Black with #A33594

Text Example


Text Example

White with #A33594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33594; }

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

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

background-color css

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

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

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

border-color css

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

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

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