Html Css Color HEX #A55E8E Strikemaster

📋 copy color: '#A55E8E'

red 165 ◦ green 94 ◦ blue 142

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

Shades of Strikemaster #A55E8E

Tints of Strikemaster #A55E8E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

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

R = 41.15%
G = 23.44%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A55E8E (or 0xA55E8E) is known color: Strikemaster. HEX triplet: A5, 5E and 8E. RGB value is (165,94,142). Sum of RGB (Red+Green+Blue) = 165+94+142=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E8E is #5AA171. Grayscale: #787878. Windows color (decimal): -5939570 or 9330341. OLE color: 9330341.

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

Color convert

RGB 165 94 142 -
CMYK 0 0.43 0.14 0.35
HSL 319.44º 0.28% 0.51% -
HSV(B) 319.44º 0.43% 0.65% -
XYZ 24.4 17.96 27.77 -
YUV 120.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 165 94 142 0 0.43 0.14 0.35 319.44 0.28 0.51
Hex A5 5E 8E 0 2B E 23 13F 1C 33
Octal 245 136 216 0 53 16 43 477 34 63
Binary 10100101 1011110 10001110 0 101011 1110 100011 100111111 11100 110011

Color Harmonies of #A55E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E8E

Black with #A55E8E

Text Example


Text Example

White with #A55E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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