Html Css Color HEX #AD358A Medium Red Violet

📋 copy color: '#AD358A'

red 173 ◦ green 53 ◦ blue 138

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

Shades of Medium Red Violet #AD358A

Tints of Medium Red Violet #AD358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.56%

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

R = 47.53%
G = 14.56%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD358A (or 0xAD358A) is known color: Medium Red Violet. HEX triplet: AD, 35 and 8A. RGB value is (173,53,138). Sum of RGB (Red+Green+Blue) = 173+53+138=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD358A is #52CA75. Grayscale: #626262. Windows color (decimal): -5425782 or 9057709. OLE color: 9057709.

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

Color convert

RGB 173 53 138 -
CMYK 0 0.69 0.20 0.32
HSL 317.5º 0.53% 0.44% -
HSV(B) 317.5º 0.69% 0.68% -
XYZ 23.09 13.27 25.39 -
YUV 98.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 173 53 138 0 0.69 0.20 0.32 317.5 0.53 0.44
Hex AD 35 8A 0 45 14 20 13E 35 2C
Octal 255 65 212 0 105 24 40 476 65 54
Binary 10101101 110101 10001010 0 1000101 10100 100000 100111110 110101 101100

Color Harmonies of #AD358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD358A

Black with #AD358A

Text Example


Text Example

White with #AD358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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