Html Css Color HEX #A8357A Medium Red Violet

📋 copy color: '#A8357A'

red 168 ◦ green 53 ◦ blue 122

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

Shades of Medium Red Violet #A8357A

Tints of Medium Red Violet #A8357A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 48.98%
G = 15.45%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8357A (or 0xA8357A) is known color: Medium Red Violet. HEX triplet: A8, 35 and 7A. RGB value is (168,53,122). Sum of RGB (Red+Green+Blue) = 168+53+122=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8357A is #57CA85. Grayscale: #5F5F5F. Windows color (decimal): -5753478 or 8009128. OLE color: 8009128.

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

Color convert

RGB 168 53 122 -
CMYK 0 0.68 0.27 0.34
HSL 324º 0.52% 0.43% -
HSV(B) 324º 0.68% 0.66% -
XYZ 20.93 12.28 19.68 -
YUV 95.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 168 53 122 0 0.68 0.27 0.34 324 0.52 0.43
Hex A8 35 7A 0 44 1B 22 144 34 2B
Octal 250 65 172 0 104 33 42 504 64 53
Binary 10101000 110101 1111010 0 1000100 11011 100010 101000100 110100 101011

Color Harmonies of #A8357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8357A

Black with #A8357A

Text Example


Text Example

White with #A8357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8357A; }

 p { color: rgb(168,53,122); }

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

background-color css

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

 a { background-color: rgb(168,53,122); }

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

border-color css

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

 span { border-color: rgb(168,53,122); }

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