Html Css Color HEX #AD1285 Medium Violet Red

📋 copy color: '#AD1285'

red 173 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #AD1285

Tints of Medium Violet Red #AD1285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 53.4%
G = 5.56%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD1285 (or 0xAD1285) is known color: Medium Violet Red. HEX triplet: AD, 12 and 85. RGB value is (173,18,133). Sum of RGB (Red+Green+Blue) = 173+18+133=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1285 is #52ED7A. Grayscale: #4D4D4D. Windows color (decimal): -5434747 or 8721069. OLE color: 8721069.

HSL color Cylindrical-coordinate representation of color #AD1285: hue angle of 315.48º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1285 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 133 -
CMYK 0 0.90 0.23 0.32
HSL 315.48º 0.81% 0.37% -
HSV(B) 315.48º 0.9% 0.68% -
XYZ 21.68 11.01 23.17 -
YUV 77.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 173 18 133 0 0.90 0.23 0.32 315.48 0.81 0.37
Hex AD 12 85 0 5A 17 20 13B 51 25
Octal 255 22 205 0 132 27 40 473 121 45
Binary 10101101 10010 10000101 0 1011010 10111 100000 100111011 1010001 100101

Color Harmonies of #AD1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1285

Black with #AD1285

Text Example


Text Example

White with #AD1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1285; }

 p { color: rgb(173,18,133); }

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

background-color css

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

 a { background-color: rgb(173,18,133); }

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

border-color css

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

 span { border-color: rgb(173,18,133); }

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