Html Css Color HEX #AD6191 Strikemaster

📋 copy color: '#AD6191'

red 173 ◦ green 97 ◦ blue 145

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

Shades of Strikemaster #AD6191

Tints of Strikemaster #AD6191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.37%

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 41.69%
G = 23.37%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD6191 (or 0xAD6191) is known color: Strikemaster. HEX triplet: AD, 61 and 91. RGB value is (173,97,145). Sum of RGB (Red+Green+Blue) = 173+97+145=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6191 is #529E6E. Grayscale: #7D7D7D. Windows color (decimal): -5414511 or 9527725. OLE color: 9527725.

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

Color convert

RGB 173 97 145 -
CMYK 0 0.44 0.16 0.32
HSL 322.11º 0.32% 0.53% -
HSV(B) 322.11º 0.44% 0.68% -
XYZ 26.62 19.48 29.14 -
YUV 125.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 173 97 145 0 0.44 0.16 0.32 322.11 0.32 0.53
Hex AD 61 91 0 2C 10 20 142 20 35
Octal 255 141 221 0 54 20 40 502 40 65
Binary 10101101 1100001 10010001 0 101100 10000 100000 101000010 100000 110101

Color Harmonies of #AD6191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6191

Black with #AD6191

Text Example


Text Example

White with #AD6191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6191; }

 p { color: rgb(173,97,145); }

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

background-color css

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

 a { background-color: rgb(173,97,145); }

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

border-color css

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

 span { border-color: rgb(173,97,145); }

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