Html Css Color HEX #AA608E Strikemaster

📋 copy color: '#AA608E'

red 170 ◦ green 96 ◦ blue 142

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

Shades of Strikemaster #AA608E

Tints of Strikemaster #AA608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.53%

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

R = 41.67%
G = 23.53%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA608E (or 0xAA608E) is known color: Strikemaster. HEX triplet: AA, 60 and 8E. RGB value is (170,96,142). Sum of RGB (Red+Green+Blue) = 170+96+142=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA608E is #559F71. Grayscale: #7B7B7B. Windows color (decimal): -5611378 or 9330858. OLE color: 9330858.

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

Color convert

RGB 170 96 142 -
CMYK 0 0.44 0.16 0.33
HSL 322.7º 0.3% 0.52% -
HSV(B) 322.7º 0.44% 0.67% -
XYZ 25.64 18.86 27.88 -
YUV 123.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 170 96 142 0 0.44 0.16 0.33 322.7 0.3 0.52
Hex AA 60 8E 0 2C 10 21 143 1E 34
Octal 252 140 216 0 54 20 41 503 36 64
Binary 10101010 1100000 10001110 0 101100 10000 100001 101000011 11110 110100

Color Harmonies of #AA608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA608E

Black with #AA608E

Text Example


Text Example

White with #AA608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA608E; }

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

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

background-color css

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

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

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

border-color css

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

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

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