Html Css Color HEX #AB6190 Strikemaster

📋 copy color: '#AB6190'

red 171 ◦ green 97 ◦ blue 144

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

Shades of Strikemaster #AB6190

Tints of Strikemaster #AB6190

RGB

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

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

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

R = 41.5%
G = 23.54%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB6190 (or 0xAB6190) is known color: Strikemaster. HEX triplet: AB, 61 and 90. RGB value is (171,97,144). Sum of RGB (Red+Green+Blue) = 171+97+144=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6190 is #549E6F. Grayscale: #7C7C7C. Windows color (decimal): -5545584 or 9462187. OLE color: 9462187.

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

Color convert

RGB 171 97 144 -
CMYK 0 0.43 0.16 0.33
HSL 321.89º 0.31% 0.53% -
HSV(B) 321.89º 0.43% 0.67% -
XYZ 26.1 19.22 28.72 -
YUV 124.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 171 97 144 0 0.43 0.16 0.33 321.89 0.31 0.53
Hex AB 61 90 0 2B 10 21 142 1F 35
Octal 253 141 220 0 53 20 41 502 37 65
Binary 10101011 1100001 10010000 0 101011 10000 100001 101000010 11111 110101

Color Harmonies of #AB6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6190

Black with #AB6190

Text Example


Text Example

White with #AB6190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6190; }

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

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

background-color css

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

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

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

border-color css

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

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

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