Html Css Color HEX #A34088 Medium Red Violet

📋 copy color: '#A34088'

red 163 ◦ green 64 ◦ blue 136

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

Shades of Medium Red Violet #A34088

Tints of Medium Red Violet #A34088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 44.9%
G = 17.63%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A34088 (or 0xA34088) is known color: Medium Red Violet. HEX triplet: A3, 40 and 88. RGB value is (163,64,136). Sum of RGB (Red+Green+Blue) = 163+64+136=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A34088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34088 is #5CBF77. Grayscale: #656565. Windows color (decimal): -6078328 or 8929443. OLE color: 8929443.

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

Color convert

RGB 163 64 136 -
CMYK 0 0.61 0.17 0.36
HSL 316.36º 0.44% 0.45% -
HSV(B) 316.36º 0.61% 0.64% -
XYZ 21.38 13.23 24.72 -
YUV 101.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 163 64 136 0 0.61 0.17 0.36 316.36 0.44 0.45
Hex A3 40 88 0 3D 11 24 13C 2C 2D
Octal 243 100 210 0 75 21 44 474 54 55
Binary 10100011 1000000 10001000 0 111101 10001 100100 100111100 101100 101101

Color Harmonies of #A34088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34088

Black with #A34088

Text Example


Text Example

White with #A34088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34088; }

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

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

background-color css

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

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

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

border-color css

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

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

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