Html Css Color HEX #AB618F Strikemaster

📋 copy color: '#AB618F'

red 171 ◦ green 97 ◦ blue 143

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

Shades of Strikemaster #AB618F

Tints of Strikemaster #AB618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.6%

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 41.61%
G = 23.6%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB618F (or 0xAB618F) is known color: Strikemaster. HEX triplet: AB, 61 and 8F. RGB value is (171,97,143). Sum of RGB (Red+Green+Blue) = 171+97+143=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB618F is #549E70. Grayscale: #7C7C7C. Windows color (decimal): -5545585 or 9396651. OLE color: 9396651.

HSL color Cylindrical-coordinate representation of color #AB618F: hue angle of 322.7º degrees, saturation: 0.31, 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 #AB618F is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 97 143 -
CMYK 0 0.43 0.16 0.33
HSL 322.7º 0.31% 0.53% -
HSV(B) 322.7º 0.43% 0.67% -
XYZ 26.03 19.19 28.32 -
YUV 124.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 171 97 143 0 0.43 0.16 0.33 322.7 0.31 0.53
Hex AB 61 8F 0 2B 10 21 143 1F 35
Octal 253 141 217 0 53 20 41 503 37 65
Binary 10101011 1100001 10001111 0 101011 10000 100001 101000011 11111 110101

Color Harmonies of #AB618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB618F

Black with #AB618F

Text Example


Text Example

White with #AB618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB618F; }

 p { color: rgb(171,97,143); }

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

background-color css

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

 a { background-color: rgb(171,97,143); }

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

border-color css

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

 span { border-color: rgb(171,97,143); }

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