Html Css Color HEX #AA648A Strikemaster

📋 copy color: '#AA648A'

red 170 ◦ green 100 ◦ blue 138

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

Shades of Strikemaster #AA648A

Tints of Strikemaster #AA648A

RGB

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

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

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

R = 41.67%
G = 24.51%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA648A (or 0xAA648A) is known color: Strikemaster. HEX triplet: AA, 64 and 8A. RGB value is (170,100,138). Sum of RGB (Red+Green+Blue) = 170+100+138=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA648A is #559B75. Grayscale: #7D7D7D. Windows color (decimal): -5610358 or 9069738. OLE color: 9069738.

HSL color Cylindrical-coordinate representation of color #AA648A: hue angle of 327.43º 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 #AA648A is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 100 138 -
CMYK 0 0.41 0.19 0.33
HSL 327.43º 0.29% 0.53% -
HSV(B) 327.43º 0.41% 0.67% -
XYZ 25.72 19.5 26.45 -
YUV 125.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 170 100 138 0 0.41 0.19 0.33 327.43 0.29 0.53
Hex AA 64 8A 0 29 13 21 147 1D 35
Octal 252 144 212 0 51 23 41 507 35 65
Binary 10101010 1100100 10001010 0 101001 10011 100001 101000111 11101 110101

Color Harmonies of #AA648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA648A

Black with #AA648A

Text Example


Text Example

White with #AA648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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