Html Css Color HEX #AD229A Medium Red Violet

📋 copy color: '#AD229A'

red 173 ◦ green 34 ◦ blue 154

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

Shades of Medium Red Violet #AD229A

Tints of Medium Red Violet #AD229A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.42%

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

R = 47.92%
G = 9.42%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD229A (or 0xAD229A) is known color: Medium Red Violet. HEX triplet: AD, 22 and 9A. RGB value is (173,34,154). Sum of RGB (Red+Green+Blue) = 173+34+154=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD229A is #52DD65. Grayscale: #585858. Windows color (decimal): -5430630 or 10101421. OLE color: 10101421.

HSL color Cylindrical-coordinate representation of color #AD229A: hue angle of 308.2º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD229A is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 154 -
CMYK 0 0.80 0.11 0.32
HSL 308.2º 0.67% 0.41% -
HSV(B) 308.2º 0.8% 0.68% -
XYZ 23.64 12.36 31.71 -
YUV 89.24 164.55 187.74 -
System Red Green Blue C M Y K H S L
Decimal 173 34 154 0 0.80 0.11 0.32 308.2 0.67 0.41
Hex AD 22 9A 0 50 B 20 134 43 29
Octal 255 42 232 0 120 13 40 464 103 51
Binary 10101101 100010 10011010 0 1010000 1011 100000 100110100 1000011 101001

Color Harmonies of #AD229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD229A

Black with #AD229A

Text Example


Text Example

White with #AD229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD229A; }

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

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

background-color css

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

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

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

border-color css

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

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

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