Html Css Color HEX #AA608D Strikemaster

📋 copy color: '#AA608D'

red 170 ◦ green 96 ◦ blue 141

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

Shades of Strikemaster #AA608D

Tints of Strikemaster #AA608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 41.77%
G = 23.59%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA608D (or 0xAA608D) is known color: Strikemaster. HEX triplet: AA, 60 and 8D. RGB value is (170,96,141). Sum of RGB (Red+Green+Blue) = 170+96+141=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA608D is #559F72. Grayscale: #7B7B7B. Windows color (decimal): -5611379 or 9265322. OLE color: 9265322.

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

Color convert

RGB 170 96 141 -
CMYK 0 0.44 0.17 0.33
HSL 323.51º 0.3% 0.52% -
HSV(B) 323.51º 0.44% 0.67% -
XYZ 25.57 18.83 27.49 -
YUV 123.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 170 96 141 0 0.44 0.17 0.33 323.51 0.3 0.52
Hex AA 60 8D 0 2C 11 21 144 1E 34
Octal 252 140 215 0 54 21 41 504 36 64
Binary 10101010 1100000 10001101 0 101100 10001 100001 101000100 11110 110100

Color Harmonies of #AA608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA608D

Black with #AA608D

Text Example


Text Example

White with #AA608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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