Html Css Color HEX #AD618C Strikemaster

📋 copy color: '#AD618C'

red 173 ◦ green 97 ◦ blue 140

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

Shades of Strikemaster #AD618C

Tints of Strikemaster #AD618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 42.2%
G = 23.66%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD618C (or 0xAD618C) is known color: Strikemaster. HEX triplet: AD, 61 and 8C. RGB value is (173,97,140). Sum of RGB (Red+Green+Blue) = 173+97+140=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD618C is #529E73. Grayscale: #7C7C7C. Windows color (decimal): -5414516 or 9200045. OLE color: 9200045.

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

Color convert

RGB 173 97 140 -
CMYK 0 0.44 0.19 0.32
HSL 326.05º 0.32% 0.53% -
HSV(B) 326.05º 0.44% 0.68% -
XYZ 26.24 19.33 27.16 -
YUV 124.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 173 97 140 0 0.44 0.19 0.32 326.05 0.32 0.53
Hex AD 61 8C 0 2C 13 20 146 20 35
Octal 255 141 214 0 54 23 40 506 40 65
Binary 10101101 1100001 10001100 0 101100 10011 100000 101000110 100000 110101

Color Harmonies of #AD618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD618C

Black with #AD618C

Text Example


Text Example

White with #AD618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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