Html Css Color HEX #AB648B Strikemaster

📋 copy color: '#AB648B'

red 171 ◦ green 100 ◦ blue 139

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

Shades of Strikemaster #AB648B

Tints of Strikemaster #AB648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

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

R = 41.71%
G = 24.39%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB648B (or 0xAB648B) is known color: Strikemaster. HEX triplet: AB, 64 and 8B. RGB value is (171,100,139). Sum of RGB (Red+Green+Blue) = 171+100+139=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB648B is #549B74. Grayscale: #7D7D7D. Windows color (decimal): -5544821 or 9135275. OLE color: 9135275.

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

Color convert

RGB 171 100 139 -
CMYK 0 0.42 0.19 0.33
HSL 327.04º 0.3% 0.53% -
HSV(B) 327.04º 0.42% 0.67% -
XYZ 26.01 19.64 26.85 -
YUV 125.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 171 100 139 0 0.42 0.19 0.33 327.04 0.3 0.53
Hex AB 64 8B 0 2A 13 21 147 1E 35
Octal 253 144 213 0 52 23 41 507 36 65
Binary 10101011 1100100 10001011 0 101010 10011 100001 101000111 11110 110101

Color Harmonies of #AB648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB648B

Black with #AB648B

Text Example


Text Example

White with #AB648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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