Html Css Color HEX #AB638E Strikemaster

📋 copy color: '#AB638E'

red 171 ◦ green 99 ◦ blue 142

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

Shades of Strikemaster #AB638E

Tints of Strikemaster #AB638E

RGB

 RED value IS 171 (67.19% from 255) = 41.5%

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

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 41.5%
G = 24.03%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB638E (or 0xAB638E) is known color: Strikemaster. HEX triplet: AB, 63 and 8E. RGB value is (171,99,142). Sum of RGB (Red+Green+Blue) = 171+99+142=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB638E is #549C71. Grayscale: #7D7D7D. Windows color (decimal): -5545074 or 9331627. OLE color: 9331627.

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

Color convert

RGB 171 99 142 -
CMYK 0 0.42 0.17 0.33
HSL 324.17º 0.3% 0.53% -
HSV(B) 324.17º 0.42% 0.67% -
XYZ 26.14 19.53 27.98 -
YUV 125.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 171 99 142 0 0.42 0.17 0.33 324.17 0.3 0.53
Hex AB 63 8E 0 2A 11 21 144 1E 35
Octal 253 143 216 0 52 21 41 504 36 65
Binary 10101011 1100011 10001110 0 101010 10001 100001 101000100 11110 110101

Color Harmonies of #AB638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB638E

Black with #AB638E

Text Example


Text Example

White with #AB638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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