Html Css Color HEX #A8168A Medium Violet Red

📋 copy color: '#A8168A'

red 168 ◦ green 22 ◦ blue 138

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

Shades of Medium Violet Red #A8168A

Tints of Medium Violet Red #A8168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 51.22%
G = 6.71%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8168A (or 0xA8168A) is known color: Medium Violet Red. HEX triplet: A8, 16 and 8A. RGB value is (168,22,138). Sum of RGB (Red+Green+Blue) = 168+22+138=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8168A is #57E975. Grayscale: #4E4E4E. Windows color (decimal): -5761398 or 9049768. OLE color: 9049768.

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

Color convert

RGB 168 22 138 -
CMYK 0 0.87 0.18 0.34
HSL 312.33º 0.77% 0.37% -
HSV(B) 312.33º 0.87% 0.66% -
XYZ 21.02 10.73 25.01 -
YUV 78.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 168 22 138 0 0.87 0.18 0.34 312.33 0.77 0.37
Hex A8 16 8A 0 57 12 22 138 4D 25
Octal 250 26 212 0 127 22 42 470 115 45
Binary 10101000 10110 10001010 0 1010111 10010 100010 100111000 1001101 100101

Color Harmonies of #A8168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8168A

Black with #A8168A

Text Example


Text Example

White with #A8168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8168A; }

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

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

background-color css

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

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

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

border-color css

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

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

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