Html Css Color HEX #A9618B Strikemaster

📋 copy color: '#A9618B'

red 169 ◦ green 97 ◦ blue 139

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

Shades of Strikemaster #A9618B

Tints of Strikemaster #A9618B

RGB

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

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

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

R = 41.73%
G = 23.95%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9618B (or 0xA9618B) is known color: Strikemaster. HEX triplet: A9, 61 and 8B. RGB value is (169,97,139). Sum of RGB (Red+Green+Blue) = 169+97+139=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A9618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9618B is #569E74. Grayscale: #7B7B7B. Windows color (decimal): -5676661 or 9134505. OLE color: 9134505.

HSL color Cylindrical-coordinate representation of color #A9618B: hue angle of 325º 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 #A9618B is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 139 -
CMYK 0 0.43 0.18 0.34
HSL 325º 0.3% 0.52% -
HSV(B) 325º 0.43% 0.66% -
XYZ 25.3 18.85 26.73 -
YUV 123.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 169 97 139 0 0.43 0.18 0.34 325 0.3 0.52
Hex A9 61 8B 0 2B 12 22 145 1E 34
Octal 251 141 213 0 53 22 42 505 36 64
Binary 10101001 1100001 10001011 0 101011 10010 100010 101000101 11110 110100

Color Harmonies of #A9618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9618B

Black with #A9618B

Text Example


Text Example

White with #A9618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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