Html Css Color HEX #AD428B Medium Red Violet

📋 copy color: '#AD428B'

red 173 ◦ green 66 ◦ blue 139

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

Shades of Medium Red Violet #AD428B

Tints of Medium Red Violet #AD428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 45.77%
G = 17.46%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD428B (or 0xAD428B) is known color: Medium Red Violet. HEX triplet: AD, 42 and 8B. RGB value is (173,66,139). Sum of RGB (Red+Green+Blue) = 173+66+139=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD428B is #52BD74. Grayscale: #6A6A6A. Windows color (decimal): -5422453 or 9126573. OLE color: 9126573.

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

Color convert

RGB 173 66 139 -
CMYK 0 0.62 0.20 0.32
HSL 319.07º 0.45% 0.47% -
HSV(B) 319.07º 0.62% 0.68% -
XYZ 23.84 14.64 26 -
YUV 106.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 173 66 139 0 0.62 0.20 0.32 319.07 0.45 0.47
Hex AD 42 8B 0 3E 14 20 13F 2D 2F
Octal 255 102 213 0 76 24 40 477 55 57
Binary 10101101 1000010 10001011 0 111110 10100 100000 100111111 101101 101111

Color Harmonies of #AD428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD428B

Black with #AD428B

Text Example


Text Example

White with #AD428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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