Html Css Color HEX #AD257A Medium Red Violet

📋 copy color: '#AD257A'

red 173 ◦ green 37 ◦ blue 122

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

Shades of Medium Red Violet #AD257A

Tints of Medium Red Violet #AD257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 52.11%
G = 11.14%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD257A (or 0xAD257A) is known color: Medium Red Violet. HEX triplet: AD, 25 and 7A. RGB value is (173,37,122). Sum of RGB (Red+Green+Blue) = 173+37+122=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD257A is #52DA85. Grayscale: #575757. Windows color (decimal): -5429894 or 8005037. OLE color: 8005037.

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

Color convert

RGB 173 37 122 -
CMYK 0 0.79 0.29 0.32
HSL 322.5º 0.65% 0.41% -
HSV(B) 322.5º 0.79% 0.68% -
XYZ 21.41 11.61 19.53 -
YUV 87.35 147.56 189.09 -
System Red Green Blue C M Y K H S L
Decimal 173 37 122 0 0.79 0.29 0.32 322.5 0.65 0.41
Hex AD 25 7A 0 4F 1D 20 142 41 29
Octal 255 45 172 0 117 35 40 502 101 51
Binary 10101101 100101 1111010 0 1001111 11101 100000 101000010 1000001 101001

Color Harmonies of #AD257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD257A

Black with #AD257A

Text Example


Text Example

White with #AD257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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