Html Css Color HEX #AA638A Strikemaster

📋 copy color: '#AA638A'

red 170 ◦ green 99 ◦ blue 138

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

Shades of Strikemaster #AA638A

Tints of Strikemaster #AA638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

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

R = 41.77%
G = 24.32%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA638A (or 0xAA638A) is known color: Strikemaster. HEX triplet: AA, 63 and 8A. RGB value is (170,99,138). Sum of RGB (Red+Green+Blue) = 170+99+138=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA638A is #559C75. Grayscale: #7C7C7C. Windows color (decimal): -5610614 or 9069482. OLE color: 9069482.

HSL color Cylindrical-coordinate representation of color #AA638A: hue angle of 327.04º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA638A is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 99 138 -
CMYK 0 0.42 0.19 0.33
HSL 327.04º 0.29% 0.53% -
HSV(B) 327.04º 0.42% 0.67% -
XYZ 25.63 19.3 26.42 -
YUV 124.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 170 99 138 0 0.42 0.19 0.33 327.04 0.29 0.53
Hex AA 63 8A 0 2A 13 21 147 1D 35
Octal 252 143 212 0 52 23 41 507 35 65
Binary 10101010 1100011 10001010 0 101010 10011 100001 101000111 11101 110101

Color Harmonies of #AA638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA638A

Black with #AA638A

Text Example


Text Example

White with #AA638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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