Html Css Color HEX #A9618A Strikemaster

📋 copy color: '#A9618A'

red 169 ◦ green 97 ◦ blue 138

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

Shades of Strikemaster #A9618A

Tints of Strikemaster #A9618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 41.83%
G = 24.01%
B = 34.16%

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

#A9618A (or 0xA9618A) is known color: Strikemaster. HEX triplet: A9, 61 and 8A. RGB value is (169,97,138). Sum of RGB (Red+Green+Blue) = 169+97+138=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A9618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9618A is #569E75. Grayscale: #7B7B7B. Windows color (decimal): -5676662 or 9068969. OLE color: 9068969.

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

Color convert

RGB 169 97 138 -
CMYK 0 0.43 0.18 0.34
HSL 325.83º 0.3% 0.52% -
HSV(B) 325.83º 0.43% 0.66% -
XYZ 25.22 18.82 26.35 -
YUV 123.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 169 97 138 0 0.43 0.18 0.34 325.83 0.3 0.52
Hex A9 61 8A 0 2B 12 22 146 1E 34
Octal 251 141 212 0 53 22 42 506 36 64
Binary 10101001 1100001 10001010 0 101011 10010 100010 101000110 11110 110100

Color Harmonies of #A9618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9618A

Black with #A9618A

Text Example


Text Example

White with #A9618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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