Html Css Color HEX #AA638B Strikemaster

📋 copy color: '#AA638B'

red 170 ◦ green 99 ◦ blue 139

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

Shades of Strikemaster #AA638B

Tints of Strikemaster #AA638B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 41.67%
G = 24.26%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA638B (or 0xAA638B) is known color: Strikemaster. HEX triplet: AA, 63 and 8B. RGB value is (170,99,139). Sum of RGB (Red+Green+Blue) = 170+99+139=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA638B is #559C74. Grayscale: #7C7C7C. Windows color (decimal): -5610613 or 9135018. OLE color: 9135018.

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

Color convert

RGB 170 99 139 -
CMYK 0 0.42 0.18 0.33
HSL 326.2º 0.29% 0.53% -
HSV(B) 326.2º 0.42% 0.67% -
XYZ 25.7 19.33 26.8 -
YUV 124.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 170 99 139 0 0.42 0.18 0.33 326.2 0.29 0.53
Hex AA 63 8B 0 2A 12 21 146 1D 35
Octal 252 143 213 0 52 22 41 506 35 65
Binary 10101010 1100011 10001011 0 101010 10010 100001 101000110 11101 110101

Color Harmonies of #AA638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA638B

Black with #AA638B

Text Example


Text Example

White with #AA638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA638B; }

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

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

background-color css

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

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

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

border-color css

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

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

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