Html Css Color HEX #AD248A Medium Red Violet

📋 copy color: '#AD248A'

red 173 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #AD248A

Tints of Medium Red Violet #AD248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 49.86%
G = 10.37%
B = 39.77%

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

#AD248A (or 0xAD248A) is known color: Medium Red Violet. HEX triplet: AD, 24 and 8A. RGB value is (173,36,138). Sum of RGB (Red+Green+Blue) = 173+36+138=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD248A is #52DB75. Grayscale: #585858. Windows color (decimal): -5430134 or 9053357. OLE color: 9053357.

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

Color convert

RGB 173 36 138 -
CMYK 0 0.79 0.20 0.32
HSL 315.33º 0.66% 0.41% -
HSV(B) 315.33º 0.79% 0.68% -
XYZ 22.45 11.98 25.17 -
YUV 88.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 173 36 138 0 0.79 0.20 0.32 315.33 0.66 0.41
Hex AD 24 8A 0 4F 14 20 13B 42 29
Octal 255 44 212 0 117 24 40 473 102 51
Binary 10101101 100100 10001010 0 1001111 10100 100000 100111011 1000010 101001

Color Harmonies of #AD248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD248A

Black with #AD248A

Text Example


Text Example

White with #AD248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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