Html Css Color HEX #AA608F Strikemaster

📋 copy color: '#AA608F'

red 170 ◦ green 96 ◦ blue 143

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

Shades of Strikemaster #AA608F

Tints of Strikemaster #AA608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 41.56%
G = 23.47%
B = 34.96%

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

#AA608F (or 0xAA608F) is known color: Strikemaster. HEX triplet: AA, 60 and 8F. RGB value is (170,96,143). Sum of RGB (Red+Green+Blue) = 170+96+143=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA608F is #559F70. Grayscale: #7B7B7B. Windows color (decimal): -5611377 or 9396394. OLE color: 9396394.

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

Color convert

RGB 170 96 143 -
CMYK 0 0.44 0.16 0.33
HSL 321.89º 0.3% 0.52% -
HSV(B) 321.89º 0.44% 0.67% -
XYZ 25.72 18.89 28.28 -
YUV 123.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 170 96 143 0 0.44 0.16 0.33 321.89 0.3 0.52
Hex AA 60 8F 0 2C 10 21 142 1E 34
Octal 252 140 217 0 54 20 41 502 36 64
Binary 10101010 1100000 10001111 0 101100 10000 100001 101000010 11110 110100

Color Harmonies of #AA608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA608F

Black with #AA608F

Text Example


Text Example

White with #AA608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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