Html Css Color HEX #A33392 Medium Red Violet

📋 copy color: '#A33392'

red 163 ◦ green 51 ◦ blue 146

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

Shades of Medium Red Violet #A33392

Tints of Medium Red Violet #A33392

RGB

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

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

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

R = 45.28%
G = 14.17%
B = 40.56%

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

#A33392 (or 0xA33392) is known color: Medium Red Violet. HEX triplet: A3, 33 and 92. RGB value is (163,51,146). Sum of RGB (Red+Green+Blue) = 163+51+146=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A33392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33392 is #5CCC6D. Grayscale: #5F5F5F. Windows color (decimal): -6081646 or 9581475. OLE color: 9581475.

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

Color convert

RGB 163 51 146 -
CMYK 0 0.69 0.10 0.36
HSL 309.11º 0.52% 0.42% -
HSV(B) 309.11º 0.69% 0.64% -
XYZ 21.48 12.23 28.42 -
YUV 95.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 163 51 146 0 0.69 0.10 0.36 309.11 0.52 0.42
Hex A3 33 92 0 45 A 24 135 34 2A
Octal 243 63 222 0 105 12 44 465 64 52
Binary 10100011 110011 10010010 0 1000101 1010 100100 100110101 110100 101010

Color Harmonies of #A33392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33392

Black with #A33392

Text Example


Text Example

White with #A33392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33392; }

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

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

background-color css

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

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

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

border-color css

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

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

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