Html Css Color HEX #AB6090 Strikemaster

📋 copy color: '#AB6090'

red 171 ◦ green 96 ◦ blue 144

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

Shades of Strikemaster #AB6090

Tints of Strikemaster #AB6090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

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

R = 41.61%
G = 23.36%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB6090 (or 0xAB6090) is known color: Strikemaster. HEX triplet: AB, 60 and 90. RGB value is (171,96,144). Sum of RGB (Red+Green+Blue) = 171+96+144=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6090 is #549F6F. Grayscale: #7B7B7B. Windows color (decimal): -5545840 or 9461931. OLE color: 9461931.

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

Color convert

RGB 171 96 144 -
CMYK 0 0.44 0.16 0.33
HSL 321.6º 0.31% 0.52% -
HSV(B) 321.6º 0.44% 0.67% -
XYZ 26.01 19.04 28.69 -
YUV 123.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 171 96 144 0 0.44 0.16 0.33 321.6 0.31 0.52
Hex AB 60 90 0 2C 10 21 142 1F 34
Octal 253 140 220 0 54 20 41 502 37 64
Binary 10101011 1100000 10010000 0 101100 10000 100001 101000010 11111 110100

Color Harmonies of #AB6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6090

Black with #AB6090

Text Example


Text Example

White with #AB6090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6090; }

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

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

background-color css

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

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

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

border-color css

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

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

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