#AB638D

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

Shades of Strikemaster #AB638D

Tints of Strikemaster #AB638D

Color information

#AB638D (or 0xAB638D) is unknown color: approx Strikemaster. HEX triplet: AB, 63 and 8D. RGB value is (171,99,141). Sum of RGB (Red+Green+Blue) = 171+99+141=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB638D is #549C72. Grayscale: #7D7D7D. Windows color (decimal): -5545075 or 9266091. OLE color: 9266091.

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

Color convert

RGB17199141-
CMYK00.420.180.33
HSL325º30%52.94%-
HSV(B)325º42.11%67.06%-
XYZ26.0619.527.59-
YUV125.32136.85160.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=41.61%
G=24.09%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719914100.420.180.333253052.94
HexAB638D02A12211451e35
Octal25314321505222415053665
Binary1010101111000111000110101010101001010000110100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB638D; }

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

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

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

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

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

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

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

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