Html Css Color HEX #AA618D Strikemaster

📋 copy color: '#AA618D'

red 170 ◦ green 97 ◦ blue 141

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

Shades of Strikemaster #AA618D

Tints of Strikemaster #AA618D

RGB

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

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

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

R = 41.67%
G = 23.77%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA618D (or 0xAA618D) is known color: Strikemaster. HEX triplet: AA, 61 and 8D. RGB value is (170,97,141). Sum of RGB (Red+Green+Blue) = 170+97+141=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA618D is #559E72. Grayscale: #7B7B7B. Windows color (decimal): -5611123 or 9265578. OLE color: 9265578.

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

Color convert

RGB 170 97 141 -
CMYK 0 0.43 0.17 0.33
HSL 323.84º 0.3% 0.52% -
HSV(B) 323.84º 0.43% 0.67% -
XYZ 25.66 19.02 27.52 -
YUV 123.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 170 97 141 0 0.43 0.17 0.33 323.84 0.3 0.52
Hex AA 61 8D 0 2B 11 21 144 1E 34
Octal 252 141 215 0 53 21 41 504 36 64
Binary 10101010 1100001 10001101 0 101011 10001 100001 101000100 11110 110100

Color Harmonies of #AA618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA618D

Black with #AA618D

Text Example


Text Example

White with #AA618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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