Html Css Color HEX #AD258E Medium Red Violet

📋 copy color: '#AD258E'

red 173 ◦ green 37 ◦ blue 142

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

Shades of Medium Red Violet #AD258E

Tints of Medium Red Violet #AD258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

 BLUE value IS 142 (55.86% from 255) = 40.34%

R = 49.15%
G = 10.51%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD258E (or 0xAD258E) is known color: Medium Red Violet. HEX triplet: AD, 25 and 8E. RGB value is (173,37,142). Sum of RGB (Red+Green+Blue) = 173+37+142=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD258E is #52DA71. Grayscale: #595959. Windows color (decimal): -5429874 or 9315757. OLE color: 9315757.

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

Color convert

RGB 173 37 142 -
CMYK 0 0.79 0.18 0.32
HSL 313.68º 0.65% 0.41% -
HSV(B) 313.68º 0.79% 0.68% -
XYZ 22.78 12.16 26.74 -
YUV 89.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 173 37 142 0 0.79 0.18 0.32 313.68 0.65 0.41
Hex AD 25 8E 0 4F 12 20 13A 41 29
Octal 255 45 216 0 117 22 40 472 101 51
Binary 10101101 100101 10001110 0 1001111 10010 100000 100111010 1000001 101001

Color Harmonies of #AD258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD258E

Black with #AD258E

Text Example


Text Example

White with #AD258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD258E; }

 p { color: rgb(173,37,142); }

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

background-color css

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

 a { background-color: rgb(173,37,142); }

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

border-color css

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

 span { border-color: rgb(173,37,142); }

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