Html Css Color HEX #AD008A Medium Violet Red

📋 copy color: '#AD008A'

red 173 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #AD008A

Tints of Medium Violet Red #AD008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.63%
G = 0%
B = 44.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD008A (or 0xAD008A) is known color: Medium Violet Red. HEX triplet: AD, 00 and 8A. RGB value is (173,0,138). Sum of RGB (Red+Green+Blue) = 173+0+138=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD008A is #52FF75. Grayscale: #434343. Windows color (decimal): -5439350 or 9044141. OLE color: 9044141.

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

Color convert

RGB 173 0 138 -
CMYK 0 1 0.20 0.32
HSL 312.14º 1% 0.34% -
HSV(B) 312.14º 1% 0.68% -
XYZ 21.82 10.72 24.96 -
YUV 67.46 167.81 203.28 -
System Red Green Blue C M Y K H S L
Decimal 173 0 138 0 1 0.20 0.32 312.14 1 0.34
Hex AD 0 8A 0 64 14 20 138 64 22
Octal 255 0 212 0 144 24 40 470 144 42
Binary 10101101 0 10001010 0 1100100 10100 100000 100111000 1100100 100010

Color Harmonies of #AD008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD008A

Black with #AD008A

Text Example


Text Example

White with #AD008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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