#AB638B

Color #AB638B Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #AB638B

Tints of Strikemaster #AB638B

Color information

#AB638B (or 0xAB638B) is unknown color: approx Strikemaster. HEX triplet: AB, 63 and 8B. RGB value is (171,99,139). Sum of RGB (Red+Green+Blue) = 171+99+139=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB638B is #549C74. Grayscale: #7D7D7D. Windows color (decimal): -5545077 or 9135019. OLE color: 9135019.

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

Color convert

RGB17199139-
CMYK00.420.190.33
HSL326.67º30%52.94%-
HSV(B)326.67º42.11%67.06%-
XYZ25.9219.4526.81-
YUV125.09135.85160.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=41.81%
G=24.21%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719913900.420.190.33326.673052.94
HexAB638B02A13211471e35
Octal25314321305223415073665
Binary1010101111000111000101101010101001110000110100011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB638B; }

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

 H1.HeaderClassName
 {
   color: #AB638B;
 }
 .AnyTagClassName
 {
   color: #AB638B;
 }
</style>
background-color css

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

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

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

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

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

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