Html Css Color HEX #AD5F90 Strikemaster

📋 copy color: '#AD5F90'

red 173 ◦ green 95 ◦ blue 144

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

Shades of Strikemaster #AD5F90

Tints of Strikemaster #AD5F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 41.99%
G = 23.06%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD5F90 (or 0xAD5F90) is known color: Strikemaster. HEX triplet: AD, 5F and 90. RGB value is (173,95,144). Sum of RGB (Red+Green+Blue) = 173+95+144=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F90 is #52A06F. Grayscale: #7B7B7B. Windows color (decimal): -5415024 or 9461677. OLE color: 9461677.

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

Color convert

RGB 173 95 144 -
CMYK 0 0.45 0.17 0.32
HSL 322.31º 0.32% 0.53% -
HSV(B) 322.31º 0.45% 0.68% -
XYZ 26.36 19.08 28.68 -
YUV 123.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 173 95 144 0 0.45 0.17 0.32 322.31 0.32 0.53
Hex AD 5F 90 0 2D 11 20 142 20 35
Octal 255 137 220 0 55 21 40 502 40 65
Binary 10101101 1011111 10010000 0 101101 10001 100000 101000010 100000 110101

Color Harmonies of #AD5F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F90

Black with #AD5F90

Text Example


Text Example

White with #AD5F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F90; }

 p { color: rgb(173,95,144); }

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

background-color css

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

 a { background-color: rgb(173,95,144); }

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

border-color css

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

 span { border-color: rgb(173,95,144); }

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