Html Css Color HEX #A34092 Medium Red Violet

📋 copy color: '#A34092'

red 163 ◦ green 64 ◦ blue 146

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

Shades of Medium Red Violet #A34092

Tints of Medium Red Violet #A34092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

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

R = 43.7%
G = 17.16%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A34092 (or 0xA34092) is known color: Medium Red Violet. HEX triplet: A3, 40 and 92. RGB value is (163,64,146). Sum of RGB (Red+Green+Blue) = 163+64+146=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A34092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34092 is #5CBF6D. Grayscale: #666666. Windows color (decimal): -6078318 or 9584803. OLE color: 9584803.

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

Color convert

RGB 163 64 146 -
CMYK 0 0.61 0.10 0.36
HSL 310.3º 0.44% 0.45% -
HSV(B) 310.3º 0.61% 0.64% -
XYZ 22.13 13.53 28.64 -
YUV 102.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 163 64 146 0 0.61 0.10 0.36 310.3 0.44 0.45
Hex A3 40 92 0 3D A 24 136 2C 2D
Octal 243 100 222 0 75 12 44 466 54 55
Binary 10100011 1000000 10010010 0 111101 1010 100100 100110110 101100 101101

Color Harmonies of #A34092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34092

Black with #A34092

Text Example


Text Example

White with #A34092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34092; }

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

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

background-color css

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

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

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

border-color css

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

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

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