Html Css Color HEX #AD428A Medium Red Violet

📋 copy color: '#AD428A'

red 173 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #AD428A

Tints of Medium Red Violet #AD428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 45.89%
G = 17.51%
B = 36.6%

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

#AD428A (or 0xAD428A) is known color: Medium Red Violet. HEX triplet: AD, 42 and 8A. RGB value is (173,66,138). Sum of RGB (Red+Green+Blue) = 173+66+138=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD428A is #52BD75. Grayscale: #6A6A6A. Windows color (decimal): -5422454 or 9061037. OLE color: 9061037.

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

Color convert

RGB 173 66 138 -
CMYK 0 0.62 0.20 0.32
HSL 319.63º 0.45% 0.47% -
HSV(B) 319.63º 0.62% 0.68% -
XYZ 23.77 14.62 25.61 -
YUV 106.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 173 66 138 0 0.62 0.20 0.32 319.63 0.45 0.47
Hex AD 42 8A 0 3E 14 20 140 2D 2F
Octal 255 102 212 0 76 24 40 500 55 57
Binary 10101101 1000010 10001010 0 111110 10100 100000 101000000 101101 101111

Color Harmonies of #AD428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD428A

Black with #AD428A

Text Example


Text Example

White with #AD428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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