Html Css Color HEX #A8188C Medium Violet Red

📋 copy color: '#A8188C'

red 168 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #A8188C

Tints of Medium Violet Red #A8188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 50.6%
G = 7.23%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8188C (or 0xA8188C) is known color: Medium Violet Red. HEX triplet: A8, 18 and 8C. RGB value is (168,24,140). Sum of RGB (Red+Green+Blue) = 168+24+140=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8188C is #57E773. Grayscale: #4F4F4F. Windows color (decimal): -5760884 or 9181352. OLE color: 9181352.

HSL color Cylindrical-coordinate representation of color #A8188C: hue angle of 311.67º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8188C is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 140 -
CMYK 0 0.86 0.17 0.34
HSL 311.67º 0.75% 0.38% -
HSV(B) 311.67º 0.86% 0.66% -
XYZ 21.21 10.87 25.79 -
YUV 80.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 168 24 140 0 0.86 0.17 0.34 311.67 0.75 0.38
Hex A8 18 8C 0 56 11 22 138 4B 26
Octal 250 30 214 0 126 21 42 470 113 46
Binary 10101000 11000 10001100 0 1010110 10001 100010 100111000 1001011 100110

Color Harmonies of #A8188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8188C

Black with #A8188C

Text Example


Text Example

White with #A8188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8188C; }

 p { color: rgb(168,24,140); }

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

background-color css

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

 a { background-color: rgb(168,24,140); }

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

border-color css

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

 span { border-color: rgb(168,24,140); }

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