Html Css Color HEX #AB5E8C Strikemaster

📋 copy color: '#AB5E8C'

red 171 ◦ green 94 ◦ blue 140

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

Shades of Strikemaster #AB5E8C

Tints of Strikemaster #AB5E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 42.22%
G = 23.21%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB5E8C (or 0xAB5E8C) is known color: Strikemaster. HEX triplet: AB, 5E and 8C. RGB value is (171,94,140). Sum of RGB (Red+Green+Blue) = 171+94+140=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5E8C is #54A173. Grayscale: #7A7A7A. Windows color (decimal): -5546356 or 9199275. OLE color: 9199275.

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

Color convert

RGB 171 94 140 -
CMYK 0 0.45 0.18 0.33
HSL 324.16º 0.31% 0.52% -
HSV(B) 324.16º 0.45% 0.67% -
XYZ 25.53 18.56 27.05 -
YUV 122.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 171 94 140 0 0.45 0.18 0.33 324.16 0.31 0.52
Hex AB 5E 8C 0 2D 12 21 144 1F 34
Octal 253 136 214 0 55 22 41 504 37 64
Binary 10101011 1011110 10001100 0 101101 10010 100001 101000100 11111 110100

Color Harmonies of #AB5E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E8C

Black with #AB5E8C

Text Example


Text Example

White with #AB5E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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