Html Css Color HEX #A5588D Strikemaster

📋 copy color: '#A5588D'

red 165 ◦ green 88 ◦ blue 141

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

Shades of Strikemaster #A5588D

Tints of Strikemaster #A5588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 41.88%
G = 22.34%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5588D (or 0xA5588D) is known color: Strikemaster. HEX triplet: A5, 58 and 8D. RGB value is (165,88,141). Sum of RGB (Red+Green+Blue) = 165+88+141=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5588D is #5AA772. Grayscale: #747474. Windows color (decimal): -5941107 or 9263269. OLE color: 9263269.

HSL color Cylindrical-coordinate representation of color #A5588D: hue angle of 318.7º 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 #A5588D is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 88 141 -
CMYK 0 0.47 0.15 0.35
HSL 318.7º 0.3% 0.5% -
HSV(B) 318.7º 0.47% 0.65% -
XYZ 23.81 16.9 27.21 -
YUV 117.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 165 88 141 0 0.47 0.15 0.35 318.7 0.3 0.5
Hex A5 58 8D 0 2F F 23 13F 1E 32
Octal 245 130 215 0 57 17 43 477 36 62
Binary 10100101 1011000 10001101 0 101111 1111 100011 100111111 11110 110010

Color Harmonies of #A5588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5588D

Black with #A5588D

Text Example


Text Example

White with #A5588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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