Html Css Color HEX #AD428C Medium Red Violet

📋 copy color: '#AD428C'

red 173 ◦ green 66 ◦ blue 140

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

Shades of Medium Red Violet #AD428C

Tints of Medium Red Violet #AD428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 45.65%
G = 17.41%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD428C (or 0xAD428C) is known color: Medium Red Violet. HEX triplet: AD, 42 and 8C. RGB value is (173,66,140). Sum of RGB (Red+Green+Blue) = 173+66+140=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD428C is #52BD73. Grayscale: #6A6A6A. Windows color (decimal): -5422452 or 9192109. OLE color: 9192109.

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

Color convert

RGB 173 66 140 -
CMYK 0 0.62 0.19 0.32
HSL 318.5º 0.45% 0.47% -
HSV(B) 318.5º 0.62% 0.68% -
XYZ 23.92 14.67 26.38 -
YUV 106.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 173 66 140 0 0.62 0.19 0.32 318.5 0.45 0.47
Hex AD 42 8C 0 3E 13 20 13F 2D 2F
Octal 255 102 214 0 76 23 40 477 55 57
Binary 10101101 1000010 10001100 0 111110 10011 100000 100111111 101101 101111

Color Harmonies of #AD428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD428C

Black with #AD428C

Text Example


Text Example

White with #AD428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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