Html Css Color HEX #A5548A Strikemaster

📋 copy color: '#A5548A'

red 165 ◦ green 84 ◦ blue 138

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

Shades of Strikemaster #A5548A

Tints of Strikemaster #A5548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

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

R = 42.64%
G = 21.71%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5548A (or 0xA5548A) is known color: Strikemaster. HEX triplet: A5, 54 and 8A. RGB value is (165,84,138). Sum of RGB (Red+Green+Blue) = 165+84+138=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5548A is #5AAB75. Grayscale: #727272. Windows color (decimal): -5942134 or 9065637. OLE color: 9065637.

HSL color Cylindrical-coordinate representation of color #A5548A: hue angle of 320º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5548A is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 138 -
CMYK 0 0.49 0.16 0.35
HSL 320º 0.33% 0.49% -
HSV(B) 320º 0.49% 0.65% -
XYZ 23.27 16.17 25.94 -
YUV 114.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 165 84 138 0 0.49 0.16 0.35 320 0.33 0.49
Hex A5 54 8A 0 31 10 23 140 21 31
Octal 245 124 212 0 61 20 43 500 41 61
Binary 10100101 1010100 10001010 0 110001 10000 100011 101000000 100001 110001

Color Harmonies of #A5548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5548A

Black with #A5548A

Text Example


Text Example

White with #A5548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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