Html Css Color HEX #A8168B Medium Violet Red

📋 copy color: '#A8168B'

red 168 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #A8168B

Tints of Medium Violet Red #A8168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.69%

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

R = 51.06%
G = 6.69%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8168B (or 0xA8168B) is known color: Medium Violet Red. HEX triplet: A8, 16 and 8B. RGB value is (168,22,139). Sum of RGB (Red+Green+Blue) = 168+22+139=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8168B is #57E974. Grayscale: #4E4E4E. Windows color (decimal): -5761397 or 9115304. OLE color: 9115304.

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

Color convert

RGB 168 22 139 -
CMYK 0 0.87 0.17 0.34
HSL 311.92º 0.77% 0.37% -
HSV(B) 311.92º 0.87% 0.66% -
XYZ 21.1 10.76 25.39 -
YUV 78.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 168 22 139 0 0.87 0.17 0.34 311.92 0.77 0.37
Hex A8 16 8B 0 57 11 22 138 4D 25
Octal 250 26 213 0 127 21 42 470 115 45
Binary 10101000 10110 10001011 0 1010111 10001 100010 100111000 1001101 100101

Color Harmonies of #A8168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8168B

Black with #A8168B

Text Example


Text Example

White with #A8168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8168B; }

 p { color: rgb(168,22,139); }

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

background-color css

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

 a { background-color: rgb(168,22,139); }

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

border-color css

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

 span { border-color: rgb(168,22,139); }

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