Html Css Color HEX #AB5A8A Strikemaster

📋 copy color: '#AB5A8A'

red 171 ◦ green 90 ◦ blue 138

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

Shades of Strikemaster #AB5A8A

Tints of Strikemaster #AB5A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 42.86%
G = 22.56%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB5A8A (or 0xAB5A8A) is known color: Strikemaster. HEX triplet: AB, 5A and 8A. RGB value is (171,90,138). Sum of RGB (Red+Green+Blue) = 171+90+138=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A8A is #54A575. Grayscale: #777777. Windows color (decimal): -5547382 or 9067179. OLE color: 9067179.

HSL color Cylindrical-coordinate representation of color #AB5A8A: hue angle of 324.44º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5A8A is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 90 138 -
CMYK 0 0.47 0.19 0.33
HSL 324.44º 0.33% 0.51% -
HSV(B) 324.44º 0.47% 0.67% -
XYZ 25.04 17.81 26.16 -
YUV 119.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 171 90 138 0 0.47 0.19 0.33 324.44 0.33 0.51
Hex AB 5A 8A 0 2F 13 21 144 21 33
Octal 253 132 212 0 57 23 41 504 41 63
Binary 10101011 1011010 10001010 0 101111 10011 100001 101000100 100001 110011

Color Harmonies of #AB5A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A8A

Black with #AB5A8A

Text Example


Text Example

White with #AB5A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A8A; }

 p { color: rgb(171,90,138); }

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

background-color css

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

 a { background-color: rgb(171,90,138); }

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

border-color css

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

 span { border-color: rgb(171,90,138); }

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