Html Css Color HEX #AD269E Medium Red Violet

📋 copy color: '#AD269E'

red 173 ◦ green 38 ◦ blue 158

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

Shades of Medium Red Violet #AD269E

Tints of Medium Red Violet #AD269E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.82%

R = 46.88%
G = 10.3%
B = 42.82%

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

#AD269E (or 0xAD269E) is known color: Medium Red Violet. HEX triplet: AD, 26 and 9E. RGB value is (173,38,158). Sum of RGB (Red+Green+Blue) = 173+38+158=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD269E is #52D961. Grayscale: #5B5B5B. Windows color (decimal): -5429602 or 10364589. OLE color: 10364589.

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

Color convert

RGB 173 38 158 -
CMYK 0 0.78 0.09 0.32
HSL 306.67º 0.64% 0.41% -
HSV(B) 306.67º 0.78% 0.68% -
XYZ 24.1 12.74 33.54 -
YUV 92.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 173 38 158 0 0.78 0.09 0.32 306.67 0.64 0.41
Hex AD 26 9E 0 4E 9 20 133 40 29
Octal 255 46 236 0 116 11 40 463 100 51
Binary 10101101 100110 10011110 0 1001110 1001 100000 100110011 1000000 101001

Color Harmonies of #AD269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD269E

Black with #AD269E

Text Example


Text Example

White with #AD269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD269E; }

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

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

background-color css

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

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

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

border-color css

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

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

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