Html Css Color HEX #AD269C Medium Red Violet

📋 copy color: '#AD269C'

red 173 ◦ green 38 ◦ blue 156

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

Shades of Medium Red Violet #AD269C

Tints of Medium Red Violet #AD269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 47.14%
G = 10.35%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD269C (or 0xAD269C) is known color: Medium Red Violet. HEX triplet: AD, 26 and 9C. RGB value is (173,38,156). Sum of RGB (Red+Green+Blue) = 173+38+156=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD269C is #52D963. Grayscale: #5B5B5B. Windows color (decimal): -5429604 or 10233517. OLE color: 10233517.

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

Color convert

RGB 173 38 156 -
CMYK 0 0.78 0.10 0.32
HSL 307.56º 0.64% 0.41% -
HSV(B) 307.56º 0.78% 0.68% -
XYZ 23.93 12.67 32.64 -
YUV 91.82 164.23 185.91 -
System Red Green Blue C M Y K H S L
Decimal 173 38 156 0 0.78 0.10 0.32 307.56 0.64 0.41
Hex AD 26 9C 0 4E A 20 134 40 29
Octal 255 46 234 0 116 12 40 464 100 51
Binary 10101101 100110 10011100 0 1001110 1010 100000 100110100 1000000 101001

Color Harmonies of #AD269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD269C

Black with #AD269C

Text Example


Text Example

White with #AD269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD269C; }

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

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

background-color css

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

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

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

border-color css

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

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

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