Html Css Color HEX #AB628D Strikemaster

📋 copy color: '#AB628D'

red 171 ◦ green 98 ◦ blue 141

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

Shades of Strikemaster #AB628D

Tints of Strikemaster #AB628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

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

R = 41.71%
G = 23.9%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB628D (or 0xAB628D) is known color: Strikemaster. HEX triplet: AB, 62 and 8D. RGB value is (171,98,141). Sum of RGB (Red+Green+Blue) = 171+98+141=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB628D is #549D72. Grayscale: #7C7C7C. Windows color (decimal): -5545331 or 9265835. OLE color: 9265835.

HSL color Cylindrical-coordinate representation of color #AB628D: hue angle of 324.66º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB628D is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 98 141 -
CMYK 0 0.43 0.18 0.33
HSL 324.66º 0.3% 0.53% -
HSV(B) 324.66º 0.43% 0.67% -
XYZ 25.97 19.32 27.56 -
YUV 124.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 171 98 141 0 0.43 0.18 0.33 324.66 0.3 0.53
Hex AB 62 8D 0 2B 12 21 145 1E 35
Octal 253 142 215 0 53 22 41 505 36 65
Binary 10101011 1100010 10001101 0 101011 10010 100001 101000101 11110 110101

Color Harmonies of #AB628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB628D

Black with #AB628D

Text Example


Text Example

White with #AB628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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