Html Css Color HEX #AD5D8A Strikemaster

📋 copy color: '#AD5D8A'

red 173 ◦ green 93 ◦ blue 138

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

Shades of Strikemaster #AD5D8A

Tints of Strikemaster #AD5D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

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

R = 42.82%
G = 23.02%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD5D8A (or 0xAD5D8A) is known color: Strikemaster. HEX triplet: AD, 5D and 8A. RGB value is (173,93,138). Sum of RGB (Red+Green+Blue) = 173+93+138=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5D8A is #52A275. Grayscale: #797979. Windows color (decimal): -5415542 or 9067949. OLE color: 9067949.

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

Color convert

RGB 173 93 138 -
CMYK 0 0.46 0.20 0.32
HSL 326.25º 0.33% 0.52% -
HSV(B) 326.25º 0.46% 0.68% -
XYZ 25.74 18.55 26.27 -
YUV 122.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 173 93 138 0 0.46 0.20 0.32 326.25 0.33 0.52
Hex AD 5D 8A 0 2E 14 20 146 21 34
Octal 255 135 212 0 56 24 40 506 41 64
Binary 10101101 1011101 10001010 0 101110 10100 100000 101000110 100001 110100

Color Harmonies of #AD5D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D8A

Black with #AD5D8A

Text Example


Text Example

White with #AD5D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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