Html Css Color HEX #AB6291 Strikemaster

📋 copy color: '#AB6291'

red 171 ◦ green 98 ◦ blue 145

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

Shades of Strikemaster #AB6291

Tints of Strikemaster #AB6291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.67%

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 41.3%
G = 23.67%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB6291 (or 0xAB6291) is known color: Strikemaster. HEX triplet: AB, 62 and 91. RGB value is (171,98,145). Sum of RGB (Red+Green+Blue) = 171+98+145=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6291 is #549D6E. Grayscale: #7D7D7D. Windows color (decimal): -5545327 or 9527979. OLE color: 9527979.

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

Color convert

RGB 171 98 145 -
CMYK 0 0.43 0.15 0.33
HSL 321.37º 0.3% 0.53% -
HSV(B) 321.37º 0.43% 0.67% -
XYZ 26.27 19.44 29.16 -
YUV 125.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 171 98 145 0 0.43 0.15 0.33 321.37 0.3 0.53
Hex AB 62 91 0 2B F 21 141 1E 35
Octal 253 142 221 0 53 17 41 501 36 65
Binary 10101011 1100010 10010001 0 101011 1111 100001 101000001 11110 110101

Color Harmonies of #AB6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6291

Black with #AB6291

Text Example


Text Example

White with #AB6291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6291; }

 p { color: rgb(171,98,145); }

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

background-color css

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

 a { background-color: rgb(171,98,145); }

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

border-color css

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

 span { border-color: rgb(171,98,145); }

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