Html Css Color HEX #AA628E Strikemaster

📋 copy color: '#AA628E'

red 170 ◦ green 98 ◦ blue 142

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

Shades of Strikemaster #AA628E

Tints of Strikemaster #AA628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 41.46%
G = 23.9%
B = 34.63%

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

#AA628E (or 0xAA628E) is known color: Strikemaster. HEX triplet: AA, 62 and 8E. RGB value is (170,98,142). Sum of RGB (Red+Green+Blue) = 170+98+142=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA628E is #559D71. Grayscale: #7C7C7C. Windows color (decimal): -5610866 or 9331370. OLE color: 9331370.

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

Color convert

RGB 170 98 142 -
CMYK 0 0.42 0.16 0.33
HSL 323.33º 0.3% 0.53% -
HSV(B) 323.33º 0.42% 0.67% -
XYZ 25.83 19.23 27.94 -
YUV 124.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 170 98 142 0 0.42 0.16 0.33 323.33 0.3 0.53
Hex AA 62 8E 0 2A 10 21 143 1E 35
Octal 252 142 216 0 52 20 41 503 36 65
Binary 10101010 1100010 10001110 0 101010 10000 100001 101000011 11110 110101

Color Harmonies of #AA628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA628E

Black with #AA628E

Text Example


Text Example

White with #AA628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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