Html Css Color HEX #A5587E Strikemaster

📋 copy color: '#A5587E'

red 165 ◦ green 88 ◦ blue 126

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

Shades of Strikemaster #A5587E

Tints of Strikemaster #A5587E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 43.54%
G = 23.22%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5587E (or 0xA5587E) is known color: Strikemaster. HEX triplet: A5, 58 and 7E. RGB value is (165,88,126). Sum of RGB (Red+Green+Blue) = 165+88+126=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5587E is #5AA781. Grayscale: #737373. Windows color (decimal): -5941122 or 8280229. OLE color: 8280229.

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

Color convert

RGB 165 88 126 -
CMYK 0 0.47 0.24 0.35
HSL 330.39º 0.3% 0.5% -
HSV(B) 330.39º 0.47% 0.65% -
XYZ 22.77 16.49 21.72 -
YUV 115.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 165 88 126 0 0.47 0.24 0.35 330.39 0.3 0.5
Hex A5 58 7E 0 2F 18 23 14A 1E 32
Octal 245 130 176 0 57 30 43 512 36 62
Binary 10100101 1011000 1111110 0 101111 11000 100011 101001010 11110 110010

Color Harmonies of #A5587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5587E

Black with #A5587E

Text Example


Text Example

White with #A5587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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