Html Css Color HEX #AB5D90 Strikemaster

📋 copy color: '#AB5D90'

red 171 ◦ green 93 ◦ blue 144

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

Shades of Strikemaster #AB5D90

Tints of Strikemaster #AB5D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.79%

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 41.91%
G = 22.79%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB5D90 (or 0xAB5D90) is known color: Strikemaster. HEX triplet: AB, 5D and 90. RGB value is (171,93,144). Sum of RGB (Red+Green+Blue) = 171+93+144=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5D90 is #54A26F. Grayscale: #7A7A7A. Windows color (decimal): -5546608 or 9461163. OLE color: 9461163.

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

Color convert

RGB 171 93 144 -
CMYK 0 0.46 0.16 0.33
HSL 320.77º 0.32% 0.52% -
HSV(B) 320.77º 0.46% 0.67% -
XYZ 25.74 18.5 28.6 -
YUV 122.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 171 93 144 0 0.46 0.16 0.33 320.77 0.32 0.52
Hex AB 5D 90 0 2E 10 21 141 20 34
Octal 253 135 220 0 56 20 41 501 40 64
Binary 10101011 1011101 10010000 0 101110 10000 100001 101000001 100000 110100

Color Harmonies of #AB5D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D90

Black with #AB5D90

Text Example


Text Example

White with #AB5D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D90; }

 p { color: rgb(171,93,144); }

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

background-color css

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

 a { background-color: rgb(171,93,144); }

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

border-color css

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

 span { border-color: rgb(171,93,144); }

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