Html Css Color HEX #AB618D Strikemaster

📋 copy color: '#AB618D'

red 171 ◦ green 97 ◦ blue 141

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

Shades of Strikemaster #AB618D

Tints of Strikemaster #AB618D

RGB

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

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

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

R = 41.81%
G = 23.72%
B = 34.47%

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

#AB618D (or 0xAB618D) is known color: Strikemaster. HEX triplet: AB, 61 and 8D. RGB value is (171,97,141). Sum of RGB (Red+Green+Blue) = 171+97+141=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB618D is #549E72. Grayscale: #7C7C7C. Windows color (decimal): -5545587 or 9265579. OLE color: 9265579.

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

Color convert

RGB 171 97 141 -
CMYK 0 0.43 0.18 0.33
HSL 324.32º 0.31% 0.53% -
HSV(B) 324.32º 0.43% 0.67% -
XYZ 25.88 19.13 27.53 -
YUV 124.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 171 97 141 0 0.43 0.18 0.33 324.32 0.31 0.53
Hex AB 61 8D 0 2B 12 21 144 1F 35
Octal 253 141 215 0 53 22 41 504 37 65
Binary 10101011 1100001 10001101 0 101011 10010 100001 101000100 11111 110101

Color Harmonies of #AB618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB618D

Black with #AB618D

Text Example


Text Example

White with #AB618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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