Html Css Color HEX #A55A87 Strikemaster

📋 copy color: '#A55A87'

red 165 ◦ green 90 ◦ blue 135

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

Shades of Strikemaster #A55A87

Tints of Strikemaster #A55A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 42.31%
G = 23.08%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A55A87 (or 0xA55A87) is known color: Strikemaster. HEX triplet: A5, 5A and 87. RGB value is (165,90,135). Sum of RGB (Red+Green+Blue) = 165+90+135=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55A87 is #5AA578. Grayscale: #757575. Windows color (decimal): -5940601 or 8870565. OLE color: 8870565.

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

Color convert

RGB 165 90 135 -
CMYK 0 0.45 0.18 0.35
HSL 324º 0.29% 0.5% -
HSV(B) 324º 0.45% 0.65% -
XYZ 23.55 17.06 24.97 -
YUV 117.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 165 90 135 0 0.45 0.18 0.35 324 0.29 0.5
Hex A5 5A 87 0 2D 12 23 144 1D 32
Octal 245 132 207 0 55 22 43 504 35 62
Binary 10100101 1011010 10000111 0 101101 10010 100011 101000100 11101 110010

Color Harmonies of #A55A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A87

Black with #A55A87

Text Example


Text Example

White with #A55A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A87; }

 p { color: rgb(165,90,135); }

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

background-color css

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

 a { background-color: rgb(165,90,135); }

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

border-color css

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

 span { border-color: rgb(165,90,135); }

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