Html Css Color HEX #AB638D Strikemaster

📋 copy color: '#AB638D'

red 171 ◦ green 99 ◦ blue 141

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

Shades of Strikemaster #AB638D

Tints of Strikemaster #AB638D

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 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

#AB638D (or 0xAB638D) is known color: 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

RGB 171 99 141 -
CMYK 0 0.42 0.18 0.33
HSL 325º 0.3% 0.53% -
HSV(B) 325º 0.42% 0.67% -
XYZ 26.06 19.5 27.59 -
YUV 125.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 171 99 141 0 0.42 0.18 0.33 325 0.3 0.53
Hex AB 63 8D 0 2A 12 21 145 1E 35
Octal 253 143 215 0 52 22 41 505 36 65
Binary 10101011 1100011 10001101 0 101010 10010 100001 101000101 11110 110101

Color Harmonies of #AB638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB638D

Black with #AB638D

Text Example


Text Example

White with #AB638D

Text Example


Text Example

HTML Codes & Css Web 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>