Html Css Color HEX #AA608A Strikemaster

📋 copy color: '#AA608A'

red 170 ◦ green 96 ◦ blue 138

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

Shades of Strikemaster #AA608A

Tints of Strikemaster #AA608A

RGB

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

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

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

R = 42.08%
G = 23.76%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA608A (or 0xAA608A) is known color: Strikemaster. HEX triplet: AA, 60 and 8A. RGB value is (170,96,138). Sum of RGB (Red+Green+Blue) = 170+96+138=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA608A is #559F75. Grayscale: #7A7A7A. Windows color (decimal): -5611382 or 9068714. OLE color: 9068714.

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

Color convert

RGB 170 96 138 -
CMYK 0 0.44 0.19 0.33
HSL 325.95º 0.3% 0.52% -
HSV(B) 325.95º 0.44% 0.67% -
XYZ 25.35 18.75 26.33 -
YUV 122.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 170 96 138 0 0.44 0.19 0.33 325.95 0.3 0.52
Hex AA 60 8A 0 2C 13 21 146 1E 34
Octal 252 140 212 0 54 23 41 506 36 64
Binary 10101010 1100000 10001010 0 101100 10011 100001 101000110 11110 110100

Color Harmonies of #AA608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA608A

Black with #AA608A

Text Example


Text Example

White with #AA608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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