Html Css Color HEX #AD429A Medium Red Violet

📋 copy color: '#AD429A'

red 173 ◦ green 66 ◦ blue 154

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

Shades of Medium Red Violet #AD429A

Tints of Medium Red Violet #AD429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 44.02%
G = 16.79%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD429A (or 0xAD429A) is known color: Medium Red Violet. HEX triplet: AD, 42 and 9A. RGB value is (173,66,154). Sum of RGB (Red+Green+Blue) = 173+66+154=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD429A is #52BD65. Grayscale: #6B6B6B. Windows color (decimal): -5422438 or 10109613. OLE color: 10109613.

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

Color convert

RGB 173 66 154 -
CMYK 0 0.62 0.11 0.32
HSL 310.65º 0.45% 0.47% -
HSV(B) 310.65º 0.62% 0.68% -
XYZ 25.01 15.11 32.17 -
YUV 108.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 173 66 154 0 0.62 0.11 0.32 310.65 0.45 0.47
Hex AD 42 9A 0 3E B 20 137 2D 2F
Octal 255 102 232 0 76 13 40 467 55 57
Binary 10101101 1000010 10011010 0 111110 1011 100000 100110111 101101 101111

Color Harmonies of #AD429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD429A

Black with #AD429A

Text Example


Text Example

White with #AD429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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