Html Css Color HEX #A8348B Medium Red Violet

📋 copy color: '#A8348B'

red 168 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #A8348B

Tints of Medium Red Violet #A8348B

RGB

 RED value IS 168 (66.02% from 255) = 46.8%

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 46.8%
G = 14.48%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8348B (or 0xA8348B) is known color: Medium Red Violet. HEX triplet: A8, 34 and 8B. RGB value is (168,52,139). Sum of RGB (Red+Green+Blue) = 168+52+139=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8348B is #57CB74. Grayscale: #606060. Windows color (decimal): -5753717 or 9122984. OLE color: 9122984.

HSL color Cylindrical-coordinate representation of color #A8348B: hue angle of 315º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8348B is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 139 -
CMYK 0 0.69 0.17 0.34
HSL 315º 0.53% 0.43% -
HSV(B) 315º 0.69% 0.66% -
XYZ 22.04 12.64 25.71 -
YUV 96.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 168 52 139 0 0.69 0.17 0.34 315 0.53 0.43
Hex A8 34 8B 0 45 11 22 13B 35 2B
Octal 250 64 213 0 105 21 42 473 65 53
Binary 10101000 110100 10001011 0 1000101 10001 100010 100111011 110101 101011

Color Harmonies of #A8348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8348B

Black with #A8348B

Text Example


Text Example

White with #A8348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8348B; }

 p { color: rgb(168,52,139); }

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

background-color css

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

 a { background-color: rgb(168,52,139); }

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

border-color css

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

 span { border-color: rgb(168,52,139); }

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