Html Css Color HEX #A5588E Strikemaster

📋 copy color: '#A5588E'

red 165 ◦ green 88 ◦ blue 142

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

Shades of Strikemaster #A5588E

Tints of Strikemaster #A5588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 41.77%
G = 22.28%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5588E (or 0xA5588E) is known color: Strikemaster. HEX triplet: A5, 58 and 8E. RGB value is (165,88,142). Sum of RGB (Red+Green+Blue) = 165+88+142=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5588E is #5AA771. Grayscale: #757575. Windows color (decimal): -5941106 or 9328805. OLE color: 9328805.

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

Color convert

RGB 165 88 142 -
CMYK 0 0.47 0.14 0.35
HSL 317.92º 0.3% 0.5% -
HSV(B) 317.92º 0.47% 0.65% -
XYZ 23.89 16.93 27.6 -
YUV 117.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 165 88 142 0 0.47 0.14 0.35 317.92 0.3 0.5
Hex A5 58 8E 0 2F E 23 13E 1E 32
Octal 245 130 216 0 57 16 43 476 36 62
Binary 10100101 1011000 10001110 0 101111 1110 100011 100111110 11110 110010

Color Harmonies of #A5588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5588E

Black with #A5588E

Text Example


Text Example

White with #A5588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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