Html Css Color HEX #AD608F Strikemaster

📋 copy color: '#AD608F'

red 173 ◦ green 96 ◦ blue 143

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

Shades of Strikemaster #AD608F

Tints of Strikemaster #AD608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 41.99%
G = 23.3%
B = 34.71%

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

#AD608F (or 0xAD608F) is known color: Strikemaster. HEX triplet: AD, 60 and 8F. RGB value is (173,96,143). Sum of RGB (Red+Green+Blue) = 173+96+143=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD608F is #529F70. Grayscale: #7C7C7C. Windows color (decimal): -5414769 or 9396397. OLE color: 9396397.

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

Color convert

RGB 173 96 143 -
CMYK 0 0.45 0.17 0.32
HSL 323.38º 0.32% 0.53% -
HSV(B) 323.38º 0.45% 0.68% -
XYZ 26.37 19.23 28.31 -
YUV 124.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 173 96 143 0 0.45 0.17 0.32 323.38 0.32 0.53
Hex AD 60 8F 0 2D 11 20 143 20 35
Octal 255 140 217 0 55 21 40 503 40 65
Binary 10101101 1100000 10001111 0 101101 10001 100000 101000011 100000 110101

Color Harmonies of #AD608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD608F

Black with #AD608F

Text Example


Text Example

White with #AD608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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