Html Css Color HEX #A5588B Strikemaster

📋 copy color: '#A5588B'

red 165 ◦ green 88 ◦ blue 139

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

Shades of Strikemaster #A5588B

Tints of Strikemaster #A5588B

RGB

 RED value IS 165 (64.84% from 255) = 42.09%

 GREEN value IS 88 (34.77% from 255) = 22.45%

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 42.09%
G = 22.45%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5588B (or 0xA5588B) is known color: Strikemaster. HEX triplet: A5, 58 and 8B. RGB value is (165,88,139). Sum of RGB (Red+Green+Blue) = 165+88+139=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5588B is #5AA774. Grayscale: #747474. Windows color (decimal): -5941109 or 9132197. OLE color: 9132197.

HSL color Cylindrical-coordinate representation of color #A5588B: hue angle of 320.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5588B is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 88 139 -
CMYK 0 0.47 0.16 0.35
HSL 320.26º 0.3% 0.5% -
HSV(B) 320.26º 0.47% 0.65% -
XYZ 23.67 16.84 26.43 -
YUV 116.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 165 88 139 0 0.47 0.16 0.35 320.26 0.3 0.5
Hex A5 58 8B 0 2F 10 23 140 1E 32
Octal 245 130 213 0 57 20 43 500 36 62
Binary 10100101 1011000 10001011 0 101111 10000 100011 101000000 11110 110010

Color Harmonies of #A5588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5588B

Black with #A5588B

Text Example


Text Example

White with #A5588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5588B; }

 p { color: rgb(165,88,139); }

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

background-color css

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

 a { background-color: rgb(165,88,139); }

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

border-color css

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

 span { border-color: rgb(165,88,139); }

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