Html Css Color HEX #AD5E8D Strikemaster

📋 copy color: '#AD5E8D'

red 173 ◦ green 94 ◦ blue 141

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

Shades of Strikemaster #AD5E8D

Tints of Strikemaster #AD5E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.04%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 42.4%
G = 23.04%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD5E8D (or 0xAD5E8D) is known color: Strikemaster. HEX triplet: AD, 5E and 8D. RGB value is (173,94,141). Sum of RGB (Red+Green+Blue) = 173+94+141=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5E8D is #52A172. Grayscale: #7A7A7A. Windows color (decimal): -5415283 or 9264813. OLE color: 9264813.

HSL color Cylindrical-coordinate representation of color #AD5E8D: hue angle of 324.3º 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 #AD5E8D is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 94 141 -
CMYK 0 0.46 0.18 0.32
HSL 324.3º 0.33% 0.52% -
HSV(B) 324.3º 0.46% 0.68% -
XYZ 26.04 18.81 27.46 -
YUV 122.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 173 94 141 0 0.46 0.18 0.32 324.3 0.33 0.52
Hex AD 5E 8D 0 2E 12 20 144 21 34
Octal 255 136 215 0 56 22 40 504 41 64
Binary 10101101 1011110 10001101 0 101110 10010 100000 101000100 100001 110100

Color Harmonies of #AD5E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E8D

Black with #AD5E8D

Text Example


Text Example

White with #AD5E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E8D; }

 p { color: rgb(173,94,141); }

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

background-color css

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

 a { background-color: rgb(173,94,141); }

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

border-color css

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

 span { border-color: rgb(173,94,141); }

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