Html Css Color HEX #A9638F Strikemaster

📋 copy color: '#A9638F'

red 169 ◦ green 99 ◦ blue 143

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

Shades of Strikemaster #A9638F

Tints of Strikemaster #A9638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.09%

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

R = 41.12%
G = 24.09%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A9638F (or 0xA9638F) is known color: Strikemaster. HEX triplet: A9, 63 and 8F. RGB value is (169,99,143). Sum of RGB (Red+Green+Blue) = 169+99+143=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9638F is #569C70. Grayscale: #7C7C7C. Windows color (decimal): -5676145 or 9397161. OLE color: 9397161.

HSL color Cylindrical-coordinate representation of color #A9638F: hue angle of 322.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9638F is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 99 143 -
CMYK 0 0.41 0.15 0.34
HSL 322.29º 0.29% 0.53% -
HSV(B) 322.29º 0.41% 0.66% -
XYZ 25.78 19.34 28.36 -
YUV 124.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 169 99 143 0 0.41 0.15 0.34 322.29 0.29 0.53
Hex A9 63 8F 0 29 F 22 142 1D 35
Octal 251 143 217 0 51 17 42 502 35 65
Binary 10101001 1100011 10001111 0 101001 1111 100010 101000010 11101 110101

Color Harmonies of #A9638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9638F

Black with #A9638F

Text Example


Text Example

White with #A9638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9638F; }

 p { color: rgb(169,99,143); }

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

background-color css

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

 a { background-color: rgb(169,99,143); }

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

border-color css

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

 span { border-color: rgb(169,99,143); }

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