Html Css Color HEX #A8237D Medium Red Violet

📋 copy color: '#A8237D'

red 168 ◦ green 35 ◦ blue 125

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

Shades of Medium Red Violet #A8237D

Tints of Medium Red Violet #A8237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 51.22%
G = 10.67%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8237D (or 0xA8237D) is known color: Medium Red Violet. HEX triplet: A8, 23 and 7D. RGB value is (168,35,125). Sum of RGB (Red+Green+Blue) = 168+35+125=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8237D is #57DC82. Grayscale: #545454. Windows color (decimal): -5758083 or 8201128. OLE color: 8201128.

HSL color Cylindrical-coordinate representation of color #A8237D: hue angle of 319.4º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8237D is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 35 125 -
CMYK 0 0.79 0.26 0.34
HSL 319.4º 0.66% 0.4% -
HSV(B) 319.4º 0.79% 0.66% -
XYZ 20.45 11.01 20.45 -
YUV 85.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 168 35 125 0 0.79 0.26 0.34 319.4 0.66 0.4
Hex A8 23 7D 0 4F 1A 22 13F 42 28
Octal 250 43 175 0 117 32 42 477 102 50
Binary 10101000 100011 1111101 0 1001111 11010 100010 100111111 1000010 101000

Color Harmonies of #A8237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8237D

Black with #A8237D

Text Example


Text Example

White with #A8237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8237D; }

 p { color: rgb(168,35,125); }

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

background-color css

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

 a { background-color: rgb(168,35,125); }

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

border-color css

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

 span { border-color: rgb(168,35,125); }

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