Html Css Color HEX #AD608B Strikemaster

📋 copy color: '#AD608B'

red 173 ◦ green 96 ◦ blue 139

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

Shades of Strikemaster #AD608B

Tints of Strikemaster #AD608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 42.4%
G = 23.53%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD608B (or 0xAD608B) is known color: Strikemaster. HEX triplet: AD, 60 and 8B. RGB value is (173,96,139). Sum of RGB (Red+Green+Blue) = 173+96+139=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD608B is #529F74. Grayscale: #7B7B7B. Windows color (decimal): -5414773 or 9134253. OLE color: 9134253.

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

Color convert

RGB 173 96 139 -
CMYK 0 0.45 0.20 0.32
HSL 326.49º 0.32% 0.53% -
HSV(B) 326.49º 0.45% 0.68% -
XYZ 26.08 19.11 26.74 -
YUV 123.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 173 96 139 0 0.45 0.20 0.32 326.49 0.32 0.53
Hex AD 60 8B 0 2D 14 20 146 20 35
Octal 255 140 213 0 55 24 40 506 40 65
Binary 10101101 1100000 10001011 0 101101 10100 100000 101000110 100000 110101

Color Harmonies of #AD608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD608B

Black with #AD608B

Text Example


Text Example

White with #AD608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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