Html Css Color HEX #A33492 Medium Red Violet

📋 copy color: '#A33492'

red 163 ◦ green 52 ◦ blue 146

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

Shades of Medium Red Violet #A33492

Tints of Medium Red Violet #A33492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 45.15%
G = 14.4%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A33492 (or 0xA33492) is known color: Medium Red Violet. HEX triplet: A3, 34 and 92. RGB value is (163,52,146). Sum of RGB (Red+Green+Blue) = 163+52+146=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A33492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33492 is #5CCB6D. Grayscale: #5F5F5F. Windows color (decimal): -6081390 or 9581731. OLE color: 9581731.

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

Color convert

RGB 163 52 146 -
CMYK 0 0.68 0.10 0.36
HSL 309.19º 0.52% 0.42% -
HSV(B) 309.19º 0.68% 0.64% -
XYZ 21.52 12.32 28.44 -
YUV 95.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 163 52 146 0 0.68 0.10 0.36 309.19 0.52 0.42
Hex A3 34 92 0 44 A 24 135 34 2A
Octal 243 64 222 0 104 12 44 465 64 52
Binary 10100011 110100 10010010 0 1000100 1010 100100 100110101 110100 101010

Color Harmonies of #A33492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33492

Black with #A33492

Text Example


Text Example

White with #A33492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33492; }

 p { color: rgb(163,52,146); }

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

background-color css

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

 a { background-color: rgb(163,52,146); }

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

border-color css

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

 span { border-color: rgb(163,52,146); }

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