Html Css Color HEX #AB5A8C Strikemaster

📋 copy color: '#AB5A8C'

red 171 ◦ green 90 ◦ blue 140

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

Shades of Strikemaster #AB5A8C

Tints of Strikemaster #AB5A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.44%

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

R = 42.64%
G = 22.44%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB5A8C (or 0xAB5A8C) is known color: Strikemaster. HEX triplet: AB, 5A and 8C. RGB value is (171,90,140). Sum of RGB (Red+Green+Blue) = 171+90+140=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A8C is #54A573. Grayscale: #777777. Windows color (decimal): -5547380 or 9198251. OLE color: 9198251.

HSL color Cylindrical-coordinate representation of color #AB5A8C: hue angle of 322.96º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5A8C is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 90 140 -
CMYK 0 0.47 0.18 0.33
HSL 322.96º 0.33% 0.51% -
HSV(B) 322.96º 0.47% 0.67% -
XYZ 25.18 17.86 26.93 -
YUV 119.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 171 90 140 0 0.47 0.18 0.33 322.96 0.33 0.51
Hex AB 5A 8C 0 2F 12 21 143 21 33
Octal 253 132 214 0 57 22 41 503 41 63
Binary 10101011 1011010 10001100 0 101111 10010 100001 101000011 100001 110011

Color Harmonies of #AB5A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A8C

Black with #AB5A8C

Text Example


Text Example

White with #AB5A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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