Html Css Color HEX #AA618A Strikemaster

📋 copy color: '#AA618A'

red 170 ◦ green 97 ◦ blue 138

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

Shades of Strikemaster #AA618A

Tints of Strikemaster #AA618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 41.98%
G = 23.95%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA618A (or 0xAA618A) is known color: Strikemaster. HEX triplet: AA, 61 and 8A. RGB value is (170,97,138). Sum of RGB (Red+Green+Blue) = 170+97+138=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA618A is #559E75. Grayscale: #7B7B7B. Windows color (decimal): -5611126 or 9068970. OLE color: 9068970.

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

Color convert

RGB 170 97 138 -
CMYK 0 0.43 0.19 0.33
HSL 326.3º 0.3% 0.52% -
HSV(B) 326.3º 0.43% 0.67% -
XYZ 25.44 18.93 26.36 -
YUV 123.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 170 97 138 0 0.43 0.19 0.33 326.3 0.3 0.52
Hex AA 61 8A 0 2B 13 21 146 1E 34
Octal 252 141 212 0 53 23 41 506 36 64
Binary 10101010 1100001 10001010 0 101011 10011 100001 101000110 11110 110100

Color Harmonies of #AA618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA618A

Black with #AA618A

Text Example


Text Example

White with #AA618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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