Html Css Color HEX #AB648D Strikemaster

📋 copy color: '#AB648D'

red 171 ◦ green 100 ◦ blue 141

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

Shades of Strikemaster #AB648D

Tints of Strikemaster #AB648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 41.5%
G = 24.27%
B = 34.22%

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

#AB648D (or 0xAB648D) is known color: Strikemaster. HEX triplet: AB, 64 and 8D. RGB value is (171,100,141). Sum of RGB (Red+Green+Blue) = 171+100+141=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB648D is #549B72. Grayscale: #7D7D7D. Windows color (decimal): -5544819 or 9266347. OLE color: 9266347.

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

Color convert

RGB 171 100 141 -
CMYK 0 0.42 0.18 0.33
HSL 325.35º 0.3% 0.53% -
HSV(B) 325.35º 0.42% 0.67% -
XYZ 26.16 19.7 27.62 -
YUV 125.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 171 100 141 0 0.42 0.18 0.33 325.35 0.3 0.53
Hex AB 64 8D 0 2A 12 21 145 1E 35
Octal 253 144 215 0 52 22 41 505 36 65
Binary 10101011 1100100 10001101 0 101010 10010 100001 101000101 11110 110101

Color Harmonies of #AB648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB648D

Black with #AB648D

Text Example


Text Example

White with #AB648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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