Html Css Color HEX #A6188B Medium Violet Red

📋 copy color: '#A6188B'

red 166 ◦ green 24 ◦ blue 139

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

Shades of Medium Violet Red #A6188B

Tints of Medium Violet Red #A6188B

RGB

 RED value IS 166 (65.23% from 255) = 50.46%

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

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 50.46%
G = 7.29%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6188B (or 0xA6188B) is known color: Medium Violet Red. HEX triplet: A6, 18 and 8B. RGB value is (166,24,139). Sum of RGB (Red+Green+Blue) = 166+24+139=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6188B is #59E774. Grayscale: #4F4F4F. Windows color (decimal): -5891957 or 9115814. OLE color: 9115814.

HSL color Cylindrical-coordinate representation of color #A6188B: hue angle of 311.41º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6188B is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 24 139 -
CMYK 0 0.86 0.16 0.35
HSL 311.41º 0.75% 0.37% -
HSV(B) 311.41º 0.86% 0.65% -
XYZ 20.71 10.62 25.39 -
YUV 79.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 166 24 139 0 0.86 0.16 0.35 311.41 0.75 0.37
Hex A6 18 8B 0 56 10 23 137 4B 25
Octal 246 30 213 0 126 20 43 467 113 45
Binary 10100110 11000 10001011 0 1010110 10000 100011 100110111 1001011 100101

Color Harmonies of #A6188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6188B

Black with #A6188B

Text Example


Text Example

White with #A6188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6188B; }

 p { color: rgb(166,24,139); }

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

background-color css

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

 a { background-color: rgb(166,24,139); }

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

border-color css

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

 span { border-color: rgb(166,24,139); }

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