Html Css Color HEX #AD067F Medium Violet Red

📋 copy color: '#AD067F'

red 173 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #AD067F

Tints of Medium Violet Red #AD067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.5%

R = 56.54%
G = 1.96%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD067F (or 0xAD067F) is known color: Medium Violet Red. HEX triplet: AD, 06 and 7F. RGB value is (173,6,127). Sum of RGB (Red+Green+Blue) = 173+6+127=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD067F is #52F980. Grayscale: #454545. Windows color (decimal): -5437825 or 8324781. OLE color: 8324781.

HSL color Cylindrical-coordinate representation of color #AD067F: hue angle of 316.53º 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 #AD067F is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 127 -
CMYK 0 0.97 0.27 0.32
HSL 316.53º 0.93% 0.35% -
HSV(B) 316.53º 0.97% 0.68% -
XYZ 21.13 10.55 21 -
YUV 69.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 173 6 127 0 0.97 0.27 0.32 316.53 0.93 0.35
Hex AD 6 7F 0 61 1B 20 13D 5D 23
Octal 255 6 177 0 141 33 40 475 135 43
Binary 10101101 110 1111111 0 1100001 11011 100000 100111101 1011101 100011

Color Harmonies of #AD067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD067F

Black with #AD067F

Text Example


Text Example

White with #AD067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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