Html Css Color HEX #AD258F Medium Red Violet

📋 copy color: '#AD258F'

red 173 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #AD258F

Tints of Medium Red Violet #AD258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 49.01%
G = 10.48%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD258F (or 0xAD258F) is known color: Medium Red Violet. HEX triplet: AD, 25 and 8F. RGB value is (173,37,143). Sum of RGB (Red+Green+Blue) = 173+37+143=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD258F is #52DA70. Grayscale: #595959. Windows color (decimal): -5429873 or 9381293. OLE color: 9381293.

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

Color convert

RGB 173 37 143 -
CMYK 0 0.79 0.17 0.32
HSL 313.24º 0.65% 0.41% -
HSV(B) 313.24º 0.79% 0.68% -
XYZ 22.85 12.19 27.14 -
YUV 89.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 173 37 143 0 0.79 0.17 0.32 313.24 0.65 0.41
Hex AD 25 8F 0 4F 11 20 139 41 29
Octal 255 45 217 0 117 21 40 471 101 51
Binary 10101101 100101 10001111 0 1001111 10001 100000 100111001 1000001 101001

Color Harmonies of #AD258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD258F

Black with #AD258F

Text Example


Text Example

White with #AD258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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