Html Css Color HEX #A8248F Medium Red Violet

📋 copy color: '#A8248F'

red 168 ◦ green 36 ◦ blue 143

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

Shades of Medium Red Violet #A8248F

Tints of Medium Red Violet #A8248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.37%

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 48.41%
G = 10.37%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8248F (or 0xA8248F) is known color: Medium Red Violet. HEX triplet: A8, 24 and 8F. RGB value is (168,36,143). Sum of RGB (Red+Green+Blue) = 168+36+143=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8248F is #57DB70. Grayscale: #575757. Windows color (decimal): -5757809 or 9381032. OLE color: 9381032.

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

Color convert

RGB 168 36 143 -
CMYK 0 0.79 0.15 0.34
HSL 311.36º 0.65% 0.4% -
HSV(B) 311.36º 0.79% 0.66% -
XYZ 21.74 11.57 27.07 -
YUV 87.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 168 36 143 0 0.79 0.15 0.34 311.36 0.65 0.4
Hex A8 24 8F 0 4F F 22 137 41 28
Octal 250 44 217 0 117 17 42 467 101 50
Binary 10101000 100100 10001111 0 1001111 1111 100010 100110111 1000001 101000

Color Harmonies of #A8248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8248F

Black with #A8248F

Text Example


Text Example

White with #A8248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8248F; }

 p { color: rgb(168,36,143); }

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

background-color css

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

 a { background-color: rgb(168,36,143); }

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

border-color css

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

 span { border-color: rgb(168,36,143); }

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