Html Css Color HEX #A55F8E Strikemaster

📋 copy color: '#A55F8E'

red 165 ◦ green 95 ◦ blue 142

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

Shades of Strikemaster #A55F8E

Tints of Strikemaster #A55F8E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.63%

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

R = 41.04%
G = 23.63%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A55F8E (or 0xA55F8E) is known color: Strikemaster. HEX triplet: A5, 5F and 8E. RGB value is (165,95,142). Sum of RGB (Red+Green+Blue) = 165+95+142=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55F8E is #5AA071. Grayscale: #797979. Windows color (decimal): -5939314 or 9330597. OLE color: 9330597.

HSL color Cylindrical-coordinate representation of color #A55F8E: hue angle of 319.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A55F8E is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 95 142 -
CMYK 0 0.42 0.14 0.35
HSL 319.71º 0.28% 0.51% -
HSV(B) 319.71º 0.42% 0.65% -
XYZ 24.49 18.14 27.8 -
YUV 121.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 165 95 142 0 0.42 0.14 0.35 319.71 0.28 0.51
Hex A5 5F 8E 0 2A E 23 140 1C 33
Octal 245 137 216 0 52 16 43 500 34 63
Binary 10100101 1011111 10001110 0 101010 1110 100011 101000000 11100 110011

Color Harmonies of #A55F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F8E

Black with #A55F8E

Text Example


Text Example

White with #A55F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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