Html Css Color HEX #A55E8A Strikemaster

📋 copy color: '#A55E8A'

red 165 ◦ green 94 ◦ blue 138

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

Shades of Strikemaster #A55E8A

Tints of Strikemaster #A55E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 41.56%
G = 23.68%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A55E8A (or 0xA55E8A) is known color: Strikemaster. HEX triplet: A5, 5E and 8A. RGB value is (165,94,138). Sum of RGB (Red+Green+Blue) = 165+94+138=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E8A is #5AA175. Grayscale: #787878. Windows color (decimal): -5939574 or 9068197. OLE color: 9068197.

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

Color convert

RGB 165 94 138 -
CMYK 0 0.43 0.16 0.35
HSL 322.82º 0.28% 0.51% -
HSV(B) 322.82º 0.43% 0.65% -
XYZ 24.11 17.84 26.22 -
YUV 120.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 165 94 138 0 0.43 0.16 0.35 322.82 0.28 0.51
Hex A5 5E 8A 0 2B 10 23 143 1C 33
Octal 245 136 212 0 53 20 43 503 34 63
Binary 10100101 1011110 10001010 0 101011 10000 100011 101000011 11100 110011

Color Harmonies of #A55E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E8A

Black with #A55E8A

Text Example


Text Example

White with #A55E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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