Html Css Color HEX #AD2A8F Medium Red Violet

📋 copy color: '#AD2A8F'

red 173 ◦ green 42 ◦ blue 143

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

Shades of Medium Red Violet #AD2A8F

Tints of Medium Red Violet #AD2A8F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.73%

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

R = 48.32%
G = 11.73%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD2A8F (or 0xAD2A8F) is known color: Medium Red Violet. HEX triplet: AD, 2A and 8F. RGB value is (173,42,143). Sum of RGB (Red+Green+Blue) = 173+42+143=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2A8F is #52D570. Grayscale: #5C5C5C. Windows color (decimal): -5428593 or 9382573. OLE color: 9382573.

HSL color Cylindrical-coordinate representation of color #AD2A8F: hue angle of 313.74º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A8F is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 42 143 -
CMYK 0 0.76 0.17 0.32
HSL 313.74º 0.61% 0.42% -
HSV(B) 313.74º 0.76% 0.68% -
XYZ 23.02 12.52 27.19 -
YUV 92.68 156.4 185.29 -
System Red Green Blue C M Y K H S L
Decimal 173 42 143 0 0.76 0.17 0.32 313.74 0.61 0.42
Hex AD 2A 8F 0 4C 11 20 13A 3D 2A
Octal 255 52 217 0 114 21 40 472 75 52
Binary 10101101 101010 10001111 0 1001100 10001 100000 100111010 111101 101010

Color Harmonies of #AD2A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2A8F

Black with #AD2A8F

Text Example


Text Example

White with #AD2A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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