Html Css Color HEX #A8237B Medium Red Violet

📋 copy color: '#A8237B'

red 168 ◦ green 35 ◦ blue 123

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

Shades of Medium Red Violet #A8237B

Tints of Medium Red Violet #A8237B

RGB

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

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

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

R = 51.53%
G = 10.74%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8237B (or 0xA8237B) is known color: Medium Red Violet. HEX triplet: A8, 23 and 7B. RGB value is (168,35,123). Sum of RGB (Red+Green+Blue) = 168+35+123=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8237B is #57DC84. Grayscale: #545454. Windows color (decimal): -5758085 or 8070056. OLE color: 8070056.

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

Color convert

RGB 168 35 123 -
CMYK 0 0.79 0.27 0.34
HSL 320.3º 0.66% 0.4% -
HSV(B) 320.3º 0.79% 0.66% -
XYZ 20.32 10.96 19.78 -
YUV 84.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 168 35 123 0 0.79 0.27 0.34 320.3 0.66 0.4
Hex A8 23 7B 0 4F 1B 22 140 42 28
Octal 250 43 173 0 117 33 42 500 102 50
Binary 10101000 100011 1111011 0 1001111 11011 100010 101000000 1000010 101000

Color Harmonies of #A8237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8237B

Black with #A8237B

Text Example


Text Example

White with #A8237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8237B; }

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

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

background-color css

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

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

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

border-color css

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

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

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