Html Css Color HEX #AB5A85 Strikemaster

📋 copy color: '#AB5A85'

red 171 ◦ green 90 ◦ blue 133

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

Shades of Strikemaster #AB5A85

Tints of Strikemaster #AB5A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 43.4%
G = 22.84%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB5A85 (or 0xAB5A85) is known color: Strikemaster. HEX triplet: AB, 5A and 85. RGB value is (171,90,133). Sum of RGB (Red+Green+Blue) = 171+90+133=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A85 is #54A57A. Grayscale: #777777. Windows color (decimal): -5547387 or 8739499. OLE color: 8739499.

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

Color convert

RGB 171 90 133 -
CMYK 0 0.47 0.22 0.33
HSL 328.15º 0.33% 0.51% -
HSV(B) 328.15º 0.47% 0.67% -
XYZ 24.68 17.66 24.3 -
YUV 119.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 171 90 133 0 0.47 0.22 0.33 328.15 0.33 0.51
Hex AB 5A 85 0 2F 16 21 148 21 33
Octal 253 132 205 0 57 26 41 510 41 63
Binary 10101011 1011010 10000101 0 101111 10110 100001 101001000 100001 110011

Color Harmonies of #AB5A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A85

Black with #AB5A85

Text Example


Text Example

White with #AB5A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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