Html Css Color HEX #AD248B Medium Red Violet

📋 copy color: '#AD248B'

red 173 ◦ green 36 ◦ blue 139

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

Shades of Medium Red Violet #AD248B

Tints of Medium Red Violet #AD248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 49.71%
G = 10.34%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD248B (or 0xAD248B) is known color: Medium Red Violet. HEX triplet: AD, 24 and 8B. RGB value is (173,36,139). Sum of RGB (Red+Green+Blue) = 173+36+139=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD248B is #52DB74. Grayscale: #585858. Windows color (decimal): -5430133 or 9118893. OLE color: 9118893.

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

Color convert

RGB 173 36 139 -
CMYK 0 0.79 0.20 0.32
HSL 314.89º 0.66% 0.41% -
HSV(B) 314.89º 0.79% 0.68% -
XYZ 22.52 12.01 25.56 -
YUV 88.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 173 36 139 0 0.79 0.20 0.32 314.89 0.66 0.41
Hex AD 24 8B 0 4F 14 20 13B 42 29
Octal 255 44 213 0 117 24 40 473 102 51
Binary 10101101 100100 10001011 0 1001111 10100 100000 100111011 1000010 101001

Color Harmonies of #AD248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD248B

Black with #AD248B

Text Example


Text Example

White with #AD248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD248B; }

 p { color: rgb(173,36,139); }

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

background-color css

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

 a { background-color: rgb(173,36,139); }

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

border-color css

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

 span { border-color: rgb(173,36,139); }

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