Html Css Color HEX #AA638F Strikemaster

📋 copy color: '#AA638F'

red 170 ◦ green 99 ◦ blue 143

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

Shades of Strikemaster #AA638F

Tints of Strikemaster #AA638F

RGB

 RED value IS 170 (66.8% from 255) = 41.26%

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

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

R = 41.26%
G = 24.03%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA638F (or 0xAA638F) is known color: Strikemaster. HEX triplet: AA, 63 and 8F. RGB value is (170,99,143). Sum of RGB (Red+Green+Blue) = 170+99+143=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA638F is #559C70. Grayscale: #7D7D7D. Windows color (decimal): -5610609 or 9397162. OLE color: 9397162.

HSL color Cylindrical-coordinate representation of color #AA638F: hue angle of 322.82º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA638F is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 99 143 -
CMYK 0 0.42 0.16 0.33
HSL 322.82º 0.29% 0.53% -
HSV(B) 322.82º 0.42% 0.67% -
XYZ 26 19.45 28.37 -
YUV 125.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 170 99 143 0 0.42 0.16 0.33 322.82 0.29 0.53
Hex AA 63 8F 0 2A 10 21 143 1D 35
Octal 252 143 217 0 52 20 41 503 35 65
Binary 10101010 1100011 10001111 0 101010 10000 100001 101000011 11101 110101

Color Harmonies of #AA638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA638F

Black with #AA638F

Text Example


Text Example

White with #AA638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA638F; }

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

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

background-color css

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

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

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

border-color css

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

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

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