Html Css Color HEX #AA628A Strikemaster

📋 copy color: '#AA628A'

red 170 ◦ green 98 ◦ blue 138

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

Shades of Strikemaster #AA628A

Tints of Strikemaster #AA628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

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

R = 41.87%
G = 24.14%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA628A (or 0xAA628A) is known color: Strikemaster. HEX triplet: AA, 62 and 8A. RGB value is (170,98,138). Sum of RGB (Red+Green+Blue) = 170+98+138=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA628A is #559D75. Grayscale: #7C7C7C. Windows color (decimal): -5610870 or 9069226. OLE color: 9069226.

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

Color convert

RGB 170 98 138 -
CMYK 0 0.42 0.19 0.33
HSL 326.67º 0.3% 0.53% -
HSV(B) 326.67º 0.42% 0.67% -
XYZ 25.53 19.12 26.39 -
YUV 124.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 170 98 138 0 0.42 0.19 0.33 326.67 0.3 0.53
Hex AA 62 8A 0 2A 13 21 147 1E 35
Octal 252 142 212 0 52 23 41 507 36 65
Binary 10101010 1100010 10001010 0 101010 10011 100001 101000111 11110 110101

Color Harmonies of #AA628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA628A

Black with #AA628A

Text Example


Text Example

White with #AA628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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