Html Css Color HEX #AD068E Medium Violet Red

📋 copy color: '#AD068E'

red 173 ◦ green 6 ◦ blue 142

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

Shades of Medium Violet Red #AD068E

Tints of Medium Violet Red #AD068E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.87%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 53.89%
G = 1.87%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD068E (or 0xAD068E) is known color: Medium Violet Red. HEX triplet: AD, 06 and 8E. RGB value is (173,6,142). Sum of RGB (Red+Green+Blue) = 173+6+142=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD068E is #52F971. Grayscale: #474747. Windows color (decimal): -5437810 or 9307821. OLE color: 9307821.

HSL color Cylindrical-coordinate representation of color #AD068E: hue angle of 311.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD068E is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 142 -
CMYK 0 0.97 0.18 0.32
HSL 311.14º 0.93% 0.35% -
HSV(B) 311.14º 0.97% 0.68% -
XYZ 22.18 10.97 26.54 -
YUV 71.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 173 6 142 0 0.97 0.18 0.32 311.14 0.93 0.35
Hex AD 6 8E 0 61 12 20 137 5D 23
Octal 255 6 216 0 141 22 40 467 135 43
Binary 10101101 110 10001110 0 1100001 10010 100000 100110111 1011101 100011

Color Harmonies of #AD068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD068E

Black with #AD068E

Text Example


Text Example

White with #AD068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD068E; }

 p { color: rgb(173,6,142); }

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

background-color css

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

 a { background-color: rgb(173,6,142); }

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

border-color css

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

 span { border-color: rgb(173,6,142); }

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