Html Css Color HEX #AD618F Strikemaster

📋 copy color: '#AD618F'

red 173 ◦ green 97 ◦ blue 143

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

Shades of Strikemaster #AD618F

Tints of Strikemaster #AD618F

RGB

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

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

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

R = 41.89%
G = 23.49%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD618F (or 0xAD618F) is known color: Strikemaster. HEX triplet: AD, 61 and 8F. RGB value is (173,97,143). Sum of RGB (Red+Green+Blue) = 173+97+143=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD618F is #529E70. Grayscale: #7C7C7C. Windows color (decimal): -5414513 or 9396653. OLE color: 9396653.

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

Color convert

RGB 173 97 143 -
CMYK 0 0.44 0.17 0.32
HSL 323.68º 0.32% 0.53% -
HSV(B) 323.68º 0.44% 0.68% -
XYZ 26.47 19.42 28.34 -
YUV 124.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 173 97 143 0 0.44 0.17 0.32 323.68 0.32 0.53
Hex AD 61 8F 0 2C 11 20 144 20 35
Octal 255 141 217 0 54 21 40 504 40 65
Binary 10101101 1100001 10001111 0 101100 10001 100000 101000100 100000 110101

Color Harmonies of #AD618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD618F

Black with #AD618F

Text Example


Text Example

White with #AD618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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