Html Css Color HEX #A8348E Medium Red Violet

📋 copy color: '#A8348E'

red 168 ◦ green 52 ◦ blue 142

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

Shades of Medium Red Violet #A8348E

Tints of Medium Red Violet #A8348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 46.41%
G = 14.36%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8348E (or 0xA8348E) is known color: Medium Red Violet. HEX triplet: A8, 34 and 8E. RGB value is (168,52,142). Sum of RGB (Red+Green+Blue) = 168+52+142=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8348E is #57CB71. Grayscale: #606060. Windows color (decimal): -5753714 or 9319592. OLE color: 9319592.

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

Color convert

RGB 168 52 142 -
CMYK 0 0.69 0.15 0.34
HSL 313.45º 0.53% 0.43% -
HSV(B) 313.45º 0.69% 0.66% -
XYZ 22.26 12.73 26.88 -
YUV 96.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 168 52 142 0 0.69 0.15 0.34 313.45 0.53 0.43
Hex A8 34 8E 0 45 F 22 139 35 2B
Octal 250 64 216 0 105 17 42 471 65 53
Binary 10101000 110100 10001110 0 1000101 1111 100010 100111001 110101 101011

Color Harmonies of #A8348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8348E

Black with #A8348E

Text Example


Text Example

White with #A8348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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