Html Css Color HEX #AD098A Medium Violet Red

📋 copy color: '#AD098A'

red 173 ◦ green 9 ◦ blue 138

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

Shades of Medium Violet Red #AD098A

Tints of Medium Violet Red #AD098A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.81%

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

R = 54.06%
G = 2.81%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD098A (or 0xAD098A) is known color: Medium Violet Red. HEX triplet: AD, 09 and 8A. RGB value is (173,9,138). Sum of RGB (Red+Green+Blue) = 173+9+138=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD098A is #52F675. Grayscale: #484848. Windows color (decimal): -5437046 or 9046445. OLE color: 9046445.

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

Color convert

RGB 173 9 138 -
CMYK 0 0.95 0.20 0.32
HSL 312.8º 0.9% 0.36% -
HSV(B) 312.8º 0.95% 0.68% -
XYZ 21.92 10.91 25 -
YUV 72.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 173 9 138 0 0.95 0.20 0.32 312.8 0.9 0.36
Hex AD 9 8A 0 5F 14 20 139 5A 24
Octal 255 11 212 0 137 24 40 471 132 44
Binary 10101101 1001 10001010 0 1011111 10100 100000 100111001 1011010 100100

Color Harmonies of #AD098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD098A

Black with #AD098A

Text Example


Text Example

White with #AD098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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