Html Css Color HEX #A55A8E Strikemaster

📋 copy color: '#A55A8E'

red 165 ◦ green 90 ◦ blue 142

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

Shades of Strikemaster #A55A8E

Tints of Strikemaster #A55A8E

RGB

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

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

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

R = 41.56%
G = 22.67%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A55A8E (or 0xA55A8E) is known color: Strikemaster. HEX triplet: A5, 5A and 8E. RGB value is (165,90,142). Sum of RGB (Red+Green+Blue) = 165+90+142=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55A8E is #5AA571. Grayscale: #767676. Windows color (decimal): -5940594 or 9329317. OLE color: 9329317.

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

Color convert

RGB 165 90 142 -
CMYK 0 0.45 0.14 0.35
HSL 318.4º 0.29% 0.5% -
HSV(B) 318.4º 0.45% 0.65% -
XYZ 24.06 17.26 27.66 -
YUV 118.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 165 90 142 0 0.45 0.14 0.35 318.4 0.29 0.5
Hex A5 5A 8E 0 2D E 23 13E 1D 32
Octal 245 132 216 0 55 16 43 476 35 62
Binary 10100101 1011010 10001110 0 101101 1110 100011 100111110 11101 110010

Color Harmonies of #A55A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A8E

Black with #A55A8E

Text Example


Text Example

White with #A55A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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