Html Css Color HEX #AB608F Strikemaster

📋 copy color: '#AB608F'

red 171 ◦ green 96 ◦ blue 143

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

Shades of Strikemaster #AB608F

Tints of Strikemaster #AB608F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

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

R = 41.71%
G = 23.41%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB608F (or 0xAB608F) is known color: Strikemaster. HEX triplet: AB, 60 and 8F. RGB value is (171,96,143). Sum of RGB (Red+Green+Blue) = 171+96+143=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB608F is #549F70. Grayscale: #7B7B7B. Windows color (decimal): -5545841 or 9396395. OLE color: 9396395.

HSL color Cylindrical-coordinate representation of color #AB608F: hue angle of 322.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB608F is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 143 -
CMYK 0 0.44 0.16 0.33
HSL 322.4º 0.31% 0.52% -
HSV(B) 322.4º 0.44% 0.67% -
XYZ 25.94 19.01 28.29 -
YUV 123.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 171 96 143 0 0.44 0.16 0.33 322.4 0.31 0.52
Hex AB 60 8F 0 2C 10 21 142 1F 34
Octal 253 140 217 0 54 20 41 502 37 64
Binary 10101011 1100000 10001111 0 101100 10000 100001 101000010 11111 110100

Color Harmonies of #AB608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB608F

Black with #AB608F

Text Example


Text Example

White with #AB608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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