Html Css Color HEX #AA628C Strikemaster

📋 copy color: '#AA628C'

red 170 ◦ green 98 ◦ blue 140

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

Shades of Strikemaster #AA628C

Tints of Strikemaster #AA628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 41.67%
G = 24.02%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA628C (or 0xAA628C) is known color: Strikemaster. HEX triplet: AA, 62 and 8C. RGB value is (170,98,140). Sum of RGB (Red+Green+Blue) = 170+98+140=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA628C is #559D73. Grayscale: #7C7C7C. Windows color (decimal): -5610868 or 9200298. OLE color: 9200298.

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

Color convert

RGB 170 98 140 -
CMYK 0 0.42 0.18 0.33
HSL 325º 0.3% 0.53% -
HSV(B) 325º 0.42% 0.67% -
XYZ 25.68 19.17 27.16 -
YUV 124.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 170 98 140 0 0.42 0.18 0.33 325 0.3 0.53
Hex AA 62 8C 0 2A 12 21 145 1E 35
Octal 252 142 214 0 52 22 41 505 36 65
Binary 10101010 1100010 10001100 0 101010 10010 100001 101000101 11110 110101

Color Harmonies of #AA628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA628C

Black with #AA628C

Text Example


Text Example

White with #AA628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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