Html Css Color HEX #A55985 Strikemaster

📋 copy color: '#A55985'

red 165 ◦ green 89 ◦ blue 133

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

Shades of Strikemaster #A55985

Tints of Strikemaster #A55985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 133 (52.34% from 255) = 34.37%

R = 42.64%
G = 23%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A55985 (or 0xA55985) is known color: Strikemaster. HEX triplet: A5, 59 and 85. RGB value is (165,89,133). Sum of RGB (Red+Green+Blue) = 165+89+133=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A55985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55985 is #5AA67A. Grayscale: #747474. Windows color (decimal): -5940859 or 8739237. OLE color: 8739237.

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

Color convert

RGB 165 89 133 -
CMYK 0 0.46 0.19 0.35
HSL 325.26º 0.3% 0.5% -
HSV(B) 325.26º 0.46% 0.65% -
XYZ 23.32 16.84 24.21 -
YUV 116.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 165 89 133 0 0.46 0.19 0.35 325.26 0.3 0.5
Hex A5 59 85 0 2E 13 23 145 1E 32
Octal 245 131 205 0 56 23 43 505 36 62
Binary 10100101 1011001 10000101 0 101110 10011 100011 101000101 11110 110010

Color Harmonies of #A55985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55985

Black with #A55985

Text Example


Text Example

White with #A55985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55985; }

 p { color: rgb(165,89,133); }

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

background-color css

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

 a { background-color: rgb(165,89,133); }

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

border-color css

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

 span { border-color: rgb(165,89,133); }

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