Html Css Color HEX #A33292 Medium Red Violet

📋 copy color: '#A33292'

red 163 ◦ green 50 ◦ blue 146

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

Shades of Medium Red Violet #A33292

Tints of Medium Red Violet #A33292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.93%

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

R = 45.4%
G = 13.93%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A33292 (or 0xA33292) is known color: Medium Red Violet. HEX triplet: A3, 32 and 92. RGB value is (163,50,146). Sum of RGB (Red+Green+Blue) = 163+50+146=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A33292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33292 is #5CCD6D. Grayscale: #5E5E5E. Windows color (decimal): -6081902 or 9581219. OLE color: 9581219.

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

Color convert

RGB 163 50 146 -
CMYK 0 0.69 0.10 0.36
HSL 309.03º 0.53% 0.42% -
HSV(B) 309.03º 0.69% 0.64% -
XYZ 21.43 12.14 28.41 -
YUV 94.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 163 50 146 0 0.69 0.10 0.36 309.03 0.53 0.42
Hex A3 32 92 0 45 A 24 135 35 2A
Octal 243 62 222 0 105 12 44 465 65 52
Binary 10100011 110010 10010010 0 1000101 1010 100100 100110101 110101 101010

Color Harmonies of #A33292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33292

Black with #A33292

Text Example


Text Example

White with #A33292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33292; }

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

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

background-color css

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

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

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

border-color css

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

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

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