Html Css Color HEX #AD3288 Medium Red Violet

📋 copy color: '#AD3288'

red 173 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #AD3288

Tints of Medium Red Violet #AD3288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.93%

 BLUE value IS 136 (53.52% from 255) = 37.88%

R = 48.19%
G = 13.93%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD3288 (or 0xAD3288) is known color: Medium Red Violet. HEX triplet: AD, 32 and 88. RGB value is (173,50,136). Sum of RGB (Red+Green+Blue) = 173+50+136=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3288 is #52CD77. Grayscale: #606060. Windows color (decimal): -5426552 or 8925869. OLE color: 8925869.

HSL color Cylindrical-coordinate representation of color #AD3288: hue angle of 318.05º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3288 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 136 -
CMYK 0 0.71 0.21 0.32
HSL 318.05º 0.55% 0.44% -
HSV(B) 318.05º 0.71% 0.68% -
XYZ 22.82 12.94 24.59 -
YUV 96.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 173 50 136 0 0.71 0.21 0.32 318.05 0.55 0.44
Hex AD 32 88 0 47 15 20 13E 37 2C
Octal 255 62 210 0 107 25 40 476 67 54
Binary 10101101 110010 10001000 0 1000111 10101 100000 100111110 110111 101100

Color Harmonies of #AD3288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3288

Black with #AD3288

Text Example


Text Example

White with #AD3288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3288; }

 p { color: rgb(173,50,136); }

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

background-color css

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

 a { background-color: rgb(173,50,136); }

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

border-color css

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

 span { border-color: rgb(173,50,136); }

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