Html Css Color HEX #AD269D Medium Red Violet

📋 copy color: '#AD269D'

red 173 ◦ green 38 ◦ blue 157

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

Shades of Medium Red Violet #AD269D

Tints of Medium Red Violet #AD269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.33%

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 47.01%
G = 10.33%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD269D (or 0xAD269D) is known color: Medium Red Violet. HEX triplet: AD, 26 and 9D. RGB value is (173,38,157). Sum of RGB (Red+Green+Blue) = 173+38+157=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD269D is #52D962. Grayscale: #5B5B5B. Windows color (decimal): -5429603 or 10299053. OLE color: 10299053.

HSL color Cylindrical-coordinate representation of color #AD269D: hue angle of 307.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD269D is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 157 -
CMYK 0 0.78 0.09 0.32
HSL 307.11º 0.64% 0.41% -
HSV(B) 307.11º 0.78% 0.68% -
XYZ 24.01 12.7 33.08 -
YUV 91.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 173 38 157 0 0.78 0.09 0.32 307.11 0.64 0.41
Hex AD 26 9D 0 4E 9 20 133 40 29
Octal 255 46 235 0 116 11 40 463 100 51
Binary 10101101 100110 10011101 0 1001110 1001 100000 100110011 1000000 101001

Color Harmonies of #AD269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD269D

Black with #AD269D

Text Example


Text Example

White with #AD269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD269D; }

 p { color: rgb(173,38,157); }

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

background-color css

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

 a { background-color: rgb(173,38,157); }

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

border-color css

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

 span { border-color: rgb(173,38,157); }

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