Html Css Color HEX #AB5D85 Strikemaster

📋 copy color: '#AB5D85'

red 171 ◦ green 93 ◦ blue 133

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

Shades of Strikemaster #AB5D85

Tints of Strikemaster #AB5D85

RGB

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

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

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

R = 43.07%
G = 23.43%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB5D85 (or 0xAB5D85) is known color: Strikemaster. HEX triplet: AB, 5D and 85. RGB value is (171,93,133). Sum of RGB (Red+Green+Blue) = 171+93+133=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5D85 is #54A27A. Grayscale: #787878. Windows color (decimal): -5546619 or 8740267. OLE color: 8740267.

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

Color convert

RGB 171 93 133 -
CMYK 0 0.46 0.22 0.33
HSL 329.23º 0.32% 0.52% -
HSV(B) 329.23º 0.46% 0.67% -
XYZ 24.94 18.18 24.38 -
YUV 120.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 171 93 133 0 0.46 0.22 0.33 329.23 0.32 0.52
Hex AB 5D 85 0 2E 16 21 149 20 34
Octal 253 135 205 0 56 26 41 511 40 64
Binary 10101011 1011101 10000101 0 101110 10110 100001 101001001 100000 110100

Color Harmonies of #AB5D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D85

Black with #AB5D85

Text Example


Text Example

White with #AB5D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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