Html Css Color HEX #AD608E Strikemaster

📋 copy color: '#AD608E'

red 173 ◦ green 96 ◦ blue 142

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

Shades of Strikemaster #AD608E

Tints of Strikemaster #AD608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 42.09%
G = 23.36%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD608E (or 0xAD608E) is known color: Strikemaster. HEX triplet: AD, 60 and 8E. RGB value is (173,96,142). Sum of RGB (Red+Green+Blue) = 173+96+142=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD608E is #529F71. Grayscale: #7C7C7C. Windows color (decimal): -5414770 or 9330861. OLE color: 9330861.

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

Color convert

RGB 173 96 142 -
CMYK 0 0.45 0.18 0.32
HSL 324.16º 0.32% 0.53% -
HSV(B) 324.16º 0.45% 0.68% -
XYZ 26.3 19.2 27.91 -
YUV 124.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 173 96 142 0 0.45 0.18 0.32 324.16 0.32 0.53
Hex AD 60 8E 0 2D 12 20 144 20 35
Octal 255 140 216 0 55 22 40 504 40 65
Binary 10101101 1100000 10001110 0 101101 10010 100000 101000100 100000 110101

Color Harmonies of #AD608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD608E

Black with #AD608E

Text Example


Text Example

White with #AD608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD608E; }

 p { color: rgb(173,96,142); }

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

background-color css

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

 a { background-color: rgb(173,96,142); }

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

border-color css

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

 span { border-color: rgb(173,96,142); }

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