Html Css Color HEX #AA6088 Strikemaster

📋 copy color: '#AA6088'

red 170 ◦ green 96 ◦ blue 136

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

Shades of Strikemaster #AA6088

Tints of Strikemaster #AA6088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.83%

R = 42.29%
G = 23.88%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA6088 (or 0xAA6088) is known color: Strikemaster. HEX triplet: AA, 60 and 88. RGB value is (170,96,136). Sum of RGB (Red+Green+Blue) = 170+96+136=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6088 is #559F77. Grayscale: #7A7A7A. Windows color (decimal): -5611384 or 8937642. OLE color: 8937642.

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

Color convert

RGB 170 96 136 -
CMYK 0 0.44 0.20 0.33
HSL 327.57º 0.3% 0.52% -
HSV(B) 327.57º 0.44% 0.67% -
XYZ 25.2 18.69 25.57 -
YUV 122.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 170 96 136 0 0.44 0.20 0.33 327.57 0.3 0.52
Hex AA 60 88 0 2C 14 21 148 1E 34
Octal 252 140 210 0 54 24 41 510 36 64
Binary 10101010 1100000 10001000 0 101100 10100 100001 101001000 11110 110100

Color Harmonies of #AA6088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6088

Black with #AA6088

Text Example


Text Example

White with #AA6088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6088; }

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

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

background-color css

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

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

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

border-color css

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

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

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