Html Css Color HEX #AB6188 Strikemaster

📋 copy color: '#AB6188'

red 171 ◦ green 97 ◦ blue 136

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

Shades of Strikemaster #AB6188

Tints of Strikemaster #AB6188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.01%

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 42.33%
G = 24.01%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB6188 (or 0xAB6188) is known color: Strikemaster. HEX triplet: AB, 61 and 88. RGB value is (171,97,136). Sum of RGB (Red+Green+Blue) = 171+97+136=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6188 is #549E77. Grayscale: #7B7B7B. Windows color (decimal): -5545592 or 8937899. OLE color: 8937899.

HSL color Cylindrical-coordinate representation of color #AB6188: hue angle of 328.38º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6188 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 97 136 -
CMYK 0 0.43 0.20 0.33
HSL 328.38º 0.31% 0.53% -
HSV(B) 328.38º 0.43% 0.67% -
XYZ 25.51 18.98 25.61 -
YUV 123.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 171 97 136 0 0.43 0.20 0.33 328.38 0.31 0.53
Hex AB 61 88 0 2B 14 21 148 1F 35
Octal 253 141 210 0 53 24 41 510 37 65
Binary 10101011 1100001 10001000 0 101011 10100 100001 101001000 11111 110101

Color Harmonies of #AB6188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6188

Black with #AB6188

Text Example


Text Example

White with #AB6188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6188; }

 p { color: rgb(171,97,136); }

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

background-color css

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

 a { background-color: rgb(171,97,136); }

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

border-color css

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

 span { border-color: rgb(171,97,136); }

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