Html Css Color HEX #AB5E8F Strikemaster

📋 copy color: '#AB5E8F'

red 171 ◦ green 94 ◦ blue 143

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

Shades of Strikemaster #AB5E8F

Tints of Strikemaster #AB5E8F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.04%

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

R = 41.91%
G = 23.04%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB5E8F (or 0xAB5E8F) is known color: Strikemaster. HEX triplet: AB, 5E and 8F. RGB value is (171,94,143). Sum of RGB (Red+Green+Blue) = 171+94+143=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5E8F is #54A170. Grayscale: #7A7A7A. Windows color (decimal): -5546353 or 9395883. OLE color: 9395883.

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

Color convert

RGB 171 94 143 -
CMYK 0 0.45 0.16 0.33
HSL 321.82º 0.31% 0.52% -
HSV(B) 321.82º 0.45% 0.67% -
XYZ 25.76 18.65 28.23 -
YUV 122.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 171 94 143 0 0.45 0.16 0.33 321.82 0.31 0.52
Hex AB 5E 8F 0 2D 10 21 142 1F 34
Octal 253 136 217 0 55 20 41 502 37 64
Binary 10101011 1011110 10001111 0 101101 10000 100001 101000010 11111 110100

Color Harmonies of #AB5E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E8F

Black with #AB5E8F

Text Example


Text Example

White with #AB5E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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