Html Css Color HEX #AA648F Strikemaster

📋 copy color: '#AA648F'

red 170 ◦ green 100 ◦ blue 143

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

Shades of Strikemaster #AA648F

Tints of Strikemaster #AA648F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.21%

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

R = 41.16%
G = 24.21%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA648F (or 0xAA648F) is known color: Strikemaster. HEX triplet: AA, 64 and 8F. RGB value is (170,100,143). Sum of RGB (Red+Green+Blue) = 170+100+143=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA648F is #559B70. Grayscale: #7D7D7D. Windows color (decimal): -5610353 or 9397418. OLE color: 9397418.

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

Color convert

RGB 170 100 143 -
CMYK 0 0.41 0.16 0.33
HSL 323.14º 0.29% 0.53% -
HSV(B) 323.14º 0.41% 0.67% -
XYZ 26.09 19.64 28.4 -
YUV 125.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 170 100 143 0 0.41 0.16 0.33 323.14 0.29 0.53
Hex AA 64 8F 0 29 10 21 143 1D 35
Octal 252 144 217 0 51 20 41 503 35 65
Binary 10101010 1100100 10001111 0 101001 10000 100001 101000011 11101 110101

Color Harmonies of #AA648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA648F

Black with #AA648F

Text Example


Text Example

White with #AA648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA648F; }

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

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

background-color css

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

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

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

border-color css

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

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

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