Html Css Color HEX #AA6188 Strikemaster

📋 copy color: '#AA6188'

red 170 ◦ green 97 ◦ blue 136

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

Shades of Strikemaster #AA6188

Tints of Strikemaster #AA6188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

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

R = 42.18%
G = 24.07%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA6188 (or 0xAA6188) is known color: Strikemaster. HEX triplet: AA, 61 and 88. RGB value is (170,97,136). Sum of RGB (Red+Green+Blue) = 170+97+136=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6188 is #559E77. Grayscale: #7B7B7B. Windows color (decimal): -5611128 or 8937898. OLE color: 8937898.

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

Color convert

RGB 170 97 136 -
CMYK 0 0.43 0.20 0.33
HSL 327.95º 0.3% 0.52% -
HSV(B) 327.95º 0.43% 0.67% -
XYZ 25.3 18.87 25.6 -
YUV 123.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 170 97 136 0 0.43 0.20 0.33 327.95 0.3 0.52
Hex AA 61 88 0 2B 14 21 148 1E 34
Octal 252 141 210 0 53 24 41 510 36 64
Binary 10101010 1100001 10001000 0 101011 10100 100001 101001000 11110 110100

Color Harmonies of #AA6188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6188

Black with #AA6188

Text Example


Text Example

White with #AA6188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6188; }

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

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

background-color css

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

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

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

border-color css

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

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

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