Html Css Color HEX #A8239B Medium Red Violet

📋 copy color: '#A8239B'

red 168 ◦ green 35 ◦ blue 155

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

Shades of Medium Red Violet #A8239B

Tints of Medium Red Violet #A8239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 46.93%
G = 9.78%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8239B (or 0xA8239B) is known color: Medium Red Violet. HEX triplet: A8, 23 and 9B. RGB value is (168,35,155). Sum of RGB (Red+Green+Blue) = 168+35+155=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8239B is #57DC64. Grayscale: #585858. Windows color (decimal): -5758053 or 10167208. OLE color: 10167208.

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

Color convert

RGB 168 35 155 -
CMYK 0 0.79 0.08 0.34
HSL 305.86º 0.66% 0.4% -
HSV(B) 305.86º 0.79% 0.66% -
XYZ 22.67 11.89 32.11 -
YUV 88.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 168 35 155 0 0.79 0.08 0.34 305.86 0.66 0.4
Hex A8 23 9B 0 4F 8 22 132 42 28
Octal 250 43 233 0 117 10 42 462 102 50
Binary 10101000 100011 10011011 0 1001111 1000 100010 100110010 1000010 101000

Color Harmonies of #A8239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8239B

Black with #A8239B

Text Example


Text Example

White with #A8239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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