Html Css Color HEX #A8357B Medium Red Violet

📋 copy color: '#A8357B'

red 168 ◦ green 53 ◦ blue 123

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

Shades of Medium Red Violet #A8357B

Tints of Medium Red Violet #A8357B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 48.84%
G = 15.41%
B = 35.76%

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

#A8357B (or 0xA8357B) is known color: Medium Red Violet. HEX triplet: A8, 35 and 7B. RGB value is (168,53,123). Sum of RGB (Red+Green+Blue) = 168+53+123=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8357B is #57CA84. Grayscale: #5F5F5F. Windows color (decimal): -5753477 or 8074664. OLE color: 8074664.

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

Color convert

RGB 168 53 123 -
CMYK 0 0.68 0.27 0.34
HSL 323.48º 0.52% 0.43% -
HSV(B) 323.48º 0.68% 0.66% -
XYZ 21 12.3 20.01 -
YUV 95.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 168 53 123 0 0.68 0.27 0.34 323.48 0.52 0.43
Hex A8 35 7B 0 44 1B 22 143 34 2B
Octal 250 65 173 0 104 33 42 503 64 53
Binary 10101000 110101 1111011 0 1000100 11011 100010 101000011 110100 101011

Color Harmonies of #A8357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8357B

Black with #A8357B

Text Example


Text Example

White with #A8357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8357B; }

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

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

background-color css

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

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

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

border-color css

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

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

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