Html Css Color HEX #AD158A Medium Violet Red

📋 copy color: '#AD158A'

red 173 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #AD158A

Tints of Medium Violet Red #AD158A

RGB

 RED value IS 173 (67.97% from 255) = 52.11%

 GREEN value IS 21 (8.59% from 255) = 6.33%

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

R = 52.11%
G = 6.33%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD158A (or 0xAD158A) is known color: Medium Violet Red. HEX triplet: AD, 15 and 8A. RGB value is (173,21,138). Sum of RGB (Red+Green+Blue) = 173+21+138=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD158A is #52EA75. Grayscale: #4F4F4F. Windows color (decimal): -5433974 or 9049517. OLE color: 9049517.

HSL color Cylindrical-coordinate representation of color #AD158A: hue angle of 313.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD158A is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 138 -
CMYK 0 0.88 0.20 0.32
HSL 313.82º 0.78% 0.38% -
HSV(B) 313.82º 0.88% 0.68% -
XYZ 22.09 11.26 25.05 -
YUV 79.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 173 21 138 0 0.88 0.20 0.32 313.82 0.78 0.38
Hex AD 15 8A 0 58 14 20 13A 4E 26
Octal 255 25 212 0 130 24 40 472 116 46
Binary 10101101 10101 10001010 0 1011000 10100 100000 100111010 1001110 100110

Color Harmonies of #AD158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD158A

Black with #AD158A

Text Example


Text Example

White with #AD158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD158A; }

 p { color: rgb(173,21,138); }

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

background-color css

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

 a { background-color: rgb(173,21,138); }

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

border-color css

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

 span { border-color: rgb(173,21,138); }

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