Html Css Color HEX #AD427E Medium Red Violet

📋 copy color: '#AD427E'

red 173 ◦ green 66 ◦ blue 126

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

Shades of Medium Red Violet #AD427E

Tints of Medium Red Violet #AD427E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 47.4%
G = 18.08%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD427E (or 0xAD427E) is known color: Medium Red Violet. HEX triplet: AD, 42 and 7E. RGB value is (173,66,126). Sum of RGB (Red+Green+Blue) = 173+66+126=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD427E is #52BD81. Grayscale: #686868. Windows color (decimal): -5422466 or 8274605. OLE color: 8274605.

HSL color Cylindrical-coordinate representation of color #AD427E: hue angle of 326.36º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD427E is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 66 126 -
CMYK 0 0.62 0.27 0.32
HSL 326.36º 0.45% 0.47% -
HSV(B) 326.36º 0.62% 0.68% -
XYZ 22.95 14.29 21.29 -
YUV 104.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 173 66 126 0 0.62 0.27 0.32 326.36 0.45 0.47
Hex AD 42 7E 0 3E 1B 20 146 2D 2F
Octal 255 102 176 0 76 33 40 506 55 57
Binary 10101101 1000010 1111110 0 111110 11011 100000 101000110 101101 101111

Color Harmonies of #AD427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD427E

Black with #AD427E

Text Example


Text Example

White with #AD427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD427E; }

 p { color: rgb(173,66,126); }

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

background-color css

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

 a { background-color: rgb(173,66,126); }

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

border-color css

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

 span { border-color: rgb(173,66,126); }

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