Html Css Color HEX #AD368A Medium Red Violet

📋 copy color: '#AD368A'

red 173 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #AD368A

Tints of Medium Red Violet #AD368A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.79%

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

R = 47.4%
G = 14.79%
B = 37.81%

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

#AD368A (or 0xAD368A) is known color: Medium Red Violet. HEX triplet: AD, 36 and 8A. RGB value is (173,54,138). Sum of RGB (Red+Green+Blue) = 173+54+138=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD368A is #52C975. Grayscale: #626262. Windows color (decimal): -5425526 or 9057965. OLE color: 9057965.

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

Color convert

RGB 173 54 138 -
CMYK 0 0.69 0.20 0.32
HSL 317.65º 0.52% 0.45% -
HSV(B) 317.65º 0.69% 0.68% -
XYZ 23.14 13.36 25.4 -
YUV 99.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 173 54 138 0 0.69 0.20 0.32 317.65 0.52 0.45
Hex AD 36 8A 0 45 14 20 13E 34 2D
Octal 255 66 212 0 105 24 40 476 64 55
Binary 10101101 110110 10001010 0 1000101 10100 100000 100111110 110100 101101

Color Harmonies of #AD368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD368A

Black with #AD368A

Text Example


Text Example

White with #AD368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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