Html Css Color HEX #A9618C Strikemaster

📋 copy color: '#A9618C'

red 169 ◦ green 97 ◦ blue 140

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

Shades of Strikemaster #A9618C

Tints of Strikemaster #A9618C

RGB

 RED value IS 169 (66.41% from 255) = 41.63%

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

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

R = 41.63%
G = 23.89%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9618C (or 0xA9618C) is known color: Strikemaster. HEX triplet: A9, 61 and 8C. RGB value is (169,97,140). Sum of RGB (Red+Green+Blue) = 169+97+140=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9618C is #569E73. Grayscale: #7B7B7B. Windows color (decimal): -5676660 or 9200041. OLE color: 9200041.

HSL color Cylindrical-coordinate representation of color #A9618C: hue angle of 324.17º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9618C is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 140 -
CMYK 0 0.43 0.17 0.34
HSL 324.17º 0.3% 0.52% -
HSV(B) 324.17º 0.43% 0.66% -
XYZ 25.37 18.88 27.12 -
YUV 123.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 169 97 140 0 0.43 0.17 0.34 324.17 0.3 0.52
Hex A9 61 8C 0 2B 11 22 144 1E 34
Octal 251 141 214 0 53 21 42 504 36 64
Binary 10101001 1100001 10001100 0 101011 10001 100010 101000100 11110 110100

Color Harmonies of #A9618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9618C

Black with #A9618C

Text Example


Text Example

White with #A9618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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